Click or drag to resize

NaturalSortComparer Class

A natural sort (human-friendly) comparer for sorting names.
Inheritance Hierarchy
SystemObject
  Kit.AlgorithmsNaturalSortComparer

Namespace:  Kit.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public class NaturalSortComparer : IComparer<string>, 
	IDisposable
Request Example View Source

The NaturalSortComparer type exposes the following members.

Constructors
  NameDescription
Public methodNaturalSortComparer
Initializes a new instance of the NaturalSortComparer class
Top
Methods
  NameDescription
Public methodCompare
Public methodDispose
Releases all resources used by the NaturalSortComparer
Top
Fields
  NameDescription
Public fieldIsAscending
Top
See Also