[]
        
(Showing Draft Content)

C1.LiveLinq.Ordering-1.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the Ordering<T>.

Declaration
public IEnumerator<T> GetEnumerator()
Returns
Type Description
IEnumerator<T>
Implements