IAwaitQueryTOptions Property |
The options that determine how the sequence evaluation behaves when
it is iterated.
Namespace:
MoreLinq.Experimental
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
SyntaxAwaitQueryOptions Options { get; }
ReadOnly Property Options As AwaitQueryOptions
Get
property AwaitQueryOptions^ Options {
AwaitQueryOptions^ get ();
}
abstract Options : AwaitQueryOptions with get
Property Value
Type:
AwaitQueryOptions
See Also