8 [global::__DynamicallyInvokable]
11 private QueryOperator<TSource> m_sortOp;
13 internal QueryOperator<TSource> SortOperator => m_sortOp;
18 : base(sortOp.SpecifiedQuerySettings)
25 [global::__DynamicallyInvokable]
28 return m_sortOp.GetEnumerator();
Supports a simple iteration over a generic collection.
override IEnumerator< TSource > GetEnumerator()
Returns an enumerator that iterates through the sequence.
Represents a parallel sequence.
Represents a sorted, parallel sequence.