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.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
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