Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<SampleEnumerator<T>.SampleHolder> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<SampleEnumerator<T>.SampleHolder> | An enumerator that can be used to iterate through the collection. |