Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the EquatableList<T>.
Declaration
public virtual IEnumerator<T> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<T> | An |
Returns an enumerator that iterates through the EquatableList<T>.
public virtual IEnumerator<T> GetEnumerator()
Type | Description |
---|---|
IEnumerator<T> | An |