Click or drag to resize
ReadOnlyCollectionBaseTGetEnumerator Method
Must be overridden to enumerate all the members of the collection.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public abstract IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
A generic IEnumerator<T> that can be used to enumerate all the items in the collection.

Implements

IEnumerableTGetEnumerator
See Also