Class SortedList<TKey, TValue>
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.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class SortedList<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 |
---|
TKey |
TValue |
Constructors
SortedList()
Declaration
public SortedList()
SortedList(IComparer<TKey>)
Declaration
public SortedList(IComparer<TKey> comparer)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IComparer<TKey> | comparer |
SortedList(IDictionary<TKey, TValue>)
Declaration
public SortedList(IDictionary<TKey, TValue> dictionary)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<TKey, TValue> | dictionary |
SortedList(Int32)
Declaration
public SortedList(int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | count |
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
System.Collections.Generic.IDictionary<, >
System.Collections.Generic.ICollection<>
System.Collections.IDictionary
System.Collections.ICollection