Click or drag to resize

GenericCollectionTypeProto Class

A proto handler for a simple generic collection.
Inheritance Hierarchy

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
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