Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

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()

Return Value

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