Click or drag to resize

GenericCollectionTypeProto Class

A proto handler for a simple generic collection.
Inheritance Hierarchy

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntax
C#
public sealed class GenericCollectionTypeProto : AbstractCollectionTypeProto
Request Example View Source

The GenericCollectionTypeProto type exposes the following members.

Constructors
  NameDescription
Public methodGenericCollectionTypeProto
Initializes a new instance of the GenericCollectionTypeProto class
Top
Methods
Remarks
Generic must have exactly one argument.
See Also