Click or drag to resize

GenericCollectionTypeProto Class

A proto handler for a simple generic collection.
Inheritance Hierarchy

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 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 arguent, implement method Add for adding new items, and implement IEnumerable.
See Also