







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | GetLexicographicalComparer<(Of <T>)>()() |
Creates an IComparer instance that can be used for comparing ordered
sequences of type T; that is IEnumerable<Tgt;. This comparer can be used
for collections or algorithms that use sequences of T as an item type. The Lexicographical
ordered of sequences is for comparison.
|
![]() ![]() | GetLexicographicalComparer<(Of <T>)>(IComparer<(Of <T>)>) |
Creates an IComparer instance that can be used for comparing ordered
sequences of type T; that is IEnumerable<Tgt;. This comparer can be uses
for collections or algorithms that use sequences of T as an item type. The Lexicographics
ordered of sequences is for comparison.
|
![]() ![]() | GetLexicographicalComparer<(Of <T>)>(Comparison<(Of <T>)>) |
Creates an IComparer instance that can be used for comparing ordered
sequences of type T; that is IEnumerable<Tgt;. This comparer can be uses
for collections or algorithms that use sequences of T as an item type. The Lexicographics
ordered of sequences is for comparison.
|