LinkList<T>.Sort (Comparison<T>) Method
Public Sub Sort( _
ByVal comparer As Comparison(Of T) _
)
This language is not supported or no code example is available.
public void Sort(
Comparison<T> comparer
)
This language is not supported or no code example is available.
public:
void Sort(
Comparison<T^>^ comparer
)
This language is not supported or no code example is available.
Parameters
- comparer
- Comparison<T>
The function that compares the objects. This is a standard .net comparison function.