pmMDA.NET

SortedArray.GetEnumerator Method 

[This is preliminary documentation and subject to change.]

Returns an enumerator that can iterate through this list.

public IEnumerator GetEnumerator();

Return Value

An IEnumerator that can be used to iterate through this list.

Implements

IEnumerable.GetEnumerator

Remarks

Enumerators only allow reading the data in a list. Enumerators cannot be used to modify the underlying list.

See Also

SortedArray Class | PmMda.Net.Dog.Paging Namespace