Click or drag to resize

GenericCollectionTypeProtoGetEnumerator Method

Returns enumerable object for the collection.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public override IEnumerable GetEnumerator(
	Object instance
)
Request Example View Source

Parameters

instance
Type: SystemObject
An instance to get the enumerable for.

Return Value

Type: IEnumerable
An enumerable of objects. Type of the items is determined by the relevant AbstractOrdinaryValueTypeProto.
See Also