Click or drag to resize

NaturalSortComparer Constructor

Initializes a new instance of the NaturalSortComparer class

Namespace:  Kit.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public NaturalSortComparer(
	bool inAscendingOrder = true
)
Request Example View Source

Parameters

inAscendingOrder (Optional)
Type: SystemBoolean
See Also