Creates an empty SortedList with the default initial capacity
and specified comparer.
Namespace: Spire.Doc.CollectionsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public TypedSortedListEx( IComparer<TKey> comparer )
Public Sub New ( comparer As IComparer(Of TKey) )
public: TypedSortedListEx( IComparer<TKey>^ comparer )
new : comparer : IComparer<'TKey> -> TypedSortedListEx