BoundsCheckableList1.GetEnumerator

BoundsCheckableList<T>.GetEnumerator method

Returns an enumerator that iterates through the System.Collections.Generic.List.

public IEnumerator<T> GetEnumerator()

Return Value

A Enumerator for the System.Collections.Generic.List.

See Also