EnumConverter::Comparer Property
.NET Framework (current version)
Gets an IComparer that can be used to sort the values of the enumeration.
Assembly: System (in System.dll)
By default, the enumeration values are sorted in the order they appear in the file.
Notes to Inheritors:
If you want to sort the values into a different order, override this property.
.NET Framework
Available since 1.1
Available since 1.1
Show: