GenericCollectionTypeProto Class |
Namespace: KSPDev.ConfigUtils
public sealed class GenericCollectionTypeProto : AbstractCollectionTypeProto
The GenericCollectionTypeProto type exposes the following members.
Name | Description | |
---|---|---|
![]() | GenericCollectionTypeProto | Initializes a new instance of the GenericCollectionTypeProto class |
Name | Description | |
---|---|---|
![]() | AddItem | Adds an item into the collection. (Overrides AbstractCollectionTypeProtoAddItem(Object, Object).) |
![]() | ClearItems | Removes all items from the collection. (Overrides AbstractCollectionTypeProtoClearItems(Object).) |
![]() | GetEnumerator | Returns enumerable object for the collection. (Overrides AbstractCollectionTypeProtoGetEnumerator(Object).) |
![]() | GetItemType | Returns type of items in the collection. (Overrides AbstractCollectionTypeProtoGetItemType.) |