Bridge

List<(Of <(<'T>)>)>..::..Sort Method

Sorts the elements in the entire List<(Of <(<'T>)>)> using the default comparer.

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


public void Sort()
Public Sub Sort
public:
void Sort()

Exceptions


ExceptionCondition
System..::..InvalidOperationExceptionThe default comparer Default cannot find an implementation of the IComparable<(Of <(<'T>)>)> generic interface or the IComparable interface for type T.