Class DocIOSortedList<TKey, TValue>
Represents the sort options for list.
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class DocIOSortedList<TKey, TValue> : TypedSortedListEx<TKey, TValue>, IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IDictionary, ICollection, IEnumerable 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<TKey, TValue> 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.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable