Click or drag to resize
InMemorySerializerDeserializerGetNameOrderingComparer Method
Gets the name ordering comparer to use for ordering when serializing elements. This uses ApplicationUtils.GetNameOrderingComparer();

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Xml
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public StringComparer GetNameOrderingComparer()

Return Value

Type: StringComparer

Implements

ISerializerGetNameOrderingComparer
See Also