8 [global::__DynamicallyInvokable]
11 private QuerySettings m_specifiedSettings;
13 internal QuerySettings SpecifiedQuerySettings => m_specifiedSettings;
17 m_specifiedSettings = specifiedSettings;
37 [global::__DynamicallyInvokable]
40 return GetEnumeratorUntyped();
45 [global::__DynamicallyInvokable]
55 return from elem in
this 56 select (TCastTo)(object)elem;
61 return from elem in
this 62 where ((
object)elem) is TCastTo
63 select (TCastTo)(object)elem;
66 internal override IEnumerator GetEnumeratorUntyped()
73 [global::__DynamicallyInvokable]
Represents a parallel sequence.
Exposes an enumerator, which supports a simple iteration over a non-generic collection....
virtual IEnumerator< TSource > GetEnumerator()
Returns an enumerator that iterates through the sequence.
IEnumerator GetEnumerator()
Returns an enumerator that iterates through a collection.
The exception that is thrown when an invoked method is not supported, or when there is an attempt to ...
Supports a simple iteration over a non-generic collection.