ReadOnlyCollectionBase<(Of <(<'T>)>)>..::..GetEnumerator Method
Must be overridden to enumerate all the members of the collection.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
public IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public: IEnumerator<T>^ GetEnumerator()