List<(Of <(<'T>)>)>..::..Sort Method
Sorts the elements in the entire List<(Of <(<'T>)>)> using the default comparer.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The default comparer Default cannot find an implementation of the IComparable<(Of <(<'T>)>)> generic interface or the IComparable interface for type T. |