GraphSerializationSettings.Sort 属性

定义

设置序列化程序在序列化之前是否应对元素进行排序。 默认值为 true。 将此设置为 false 可提高性能,但可读性更少。

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

属性值

Boolean

适用于