Udostępnij za pośrednictwem


GraphSerializationSettings.Sort Property

Definition

Sets whether or not the serializer should sort elements before serializing. Default is true. Set this to false for better performance but less readability.

public:
 property bool Sort { bool get(); void set(bool value); };
public bool Sort { get; set; }
member this.Sort : bool with get, set
Public Property Sort As Boolean

Property Value

Applies to