ListBase<(Of <(<'T>)>)>..::..GetEnumerator Method
Enumerates all of the items in the list, in order. The item at index 0
is enumerated first, then the item at index 1, and so on.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public: IEnumerator<T>^ GetEnumerator()