Returns an enumerator that iterates through the collection.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public IEnumerator<T> GetEnumerator() |
| Visual Basic |
|---|
Public Function GetEnumerator As IEnumerator(Of T) |
| Visual C++ |
|---|
public: virtual IEnumerator<T>^ GetEnumerator() sealed |