Note
If the SortableBindingListT is sorted, or it was instantiated by the default constructor, then the returned enumerator supports
the IEnumerator.Reset method; otherwise, it depends on the enumerator of the wrapped collection.
public override IEnumerator<T> GetEnumerator()
Public Overrides Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() override
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
If the list is sorted (that is, when IsSorted returns ), then the items are returned in the sorted order. Otherwise, the items are returned in the order as they are stored in the wrapped underlying collection.