GetEnumerator Method
Overloads
| GetEnumerator() |
Gets an enumerator that iterates through the collection. |
GetEnumerator()
Gets an enumerator that iterates through the collection.
Declaration
public IEnumerator<NxCurrentSelectionItem> GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerator<NxCurrentSelectionItem> |
A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection. |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()