[]
        
(Showing Draft Content)

C1.WPF.C1OrderedSet.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<int> GetEnumerator()
Returns
Type Description
IEnumerator<int>

A IEnumerator<T> that can be used to iterate through the collection.

Implements