AwaitQueryOptionsPreserveOrder Property |
Get a Boolean that determines whether results should be ordered
the same as the source.
Namespace:
MoreLinq.Experimental
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
Syntax public bool PreserveOrder { get; }
Public ReadOnly Property PreserveOrder As Boolean
Get
public:
property bool PreserveOrder {
bool get ();
}
member PreserveOrder : bool with get
Property Value
Type:
BooleanSee Also