Method ReverseOrder
ReverseOrder<T>()
Declaration
public static IComparer<T> ReverseOrder<T>()
Returns
Type | Description |
---|---|
IComparer<T> |
Type Parameters
Name | Description |
---|---|
T |
ReverseOrder<T>(IComparer<T>)
Declaration
public static IComparer<T> ReverseOrder<T>(IComparer<T> cmp)
Parameters
Type | Name | Description |
---|---|---|
IComparer<T> | cmp |
Returns
Type | Description |
---|---|
IComparer<T> |
Type Parameters
Name | Description |
---|---|
T |