Click or drag to resize
ListReaderTIEnumerableGetEnumerator Method

[This is preliminary documentation and is subject to change.]

Returns an enumerator that iterates through a collection.

Namespace: VRage.Collections
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also