EyeshotCollection<T>.Sort Method

Sorts the items in the entire collection.
Public Sub Sort( _ 
ByVal comparer As IComparer(Of T) _ 
)
This language is not supported or no code example is available.
public void Sort( 
IComparer<T> comparer 
)
This language is not supported or no code example is available.

Parameters

comparer
IComparer<T>

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition