Class DocIOSortedList<TKey, TValue>
Represents the sort options for list.
Implements
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>
System.Collections.IEnumerable
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>
System.Collections.IDictionary
System.Collections.ICollection
Inherited Members
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class DocIOSortedList<TKey, TValue> : TypedSortedListEx<TKey, TValue>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IDictionary, ICollection where TKey : IComparable
Type Parameters
Name | Description |
---|---|
TKey | The type of the key. |
TValue | The type of the value. |
Constructors
DocIOSortedList()
Initialiazes a new instance of DocIOSortedList<TKey, TValue> class.
Declaration
public DocIOSortedList()
DocIOSortedList(IComparer<TKey>)
Initializes a new instance of DocIOSortedList<TKey, TValue> class with the specified comparer.
Declaration
public DocIOSortedList(IComparer<TKey> comparer)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IComparer<TKey> | comparer | The System.Collections.Generic.IComparer<T> |
DocIOSortedList(IDictionary<TKey, TValue>)
Initializes a new instance of DocIOSortedList<TKey, TValue> class from the existing dictionary collection.
Declaration
public DocIOSortedList(IDictionary<TKey, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<TKey, TValue> | dictionary | The System.Collections.Generic.IDictionary<, > to copy. |
DocIOSortedList(Int32)
Initializes a new instance of DocIOSortedList<TKey, TValue> class with the specified length.
Declaration
public DocIOSortedList(int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | count | The length of the range to sort. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Generic.IDictionary<, >
System.Collections.Generic.ICollection<>
System.Collections.IDictionary
System.Collections.ICollection