Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SortedDictionary<TKey, TValue>

    Show / Hide Table of Contents

    Class SortedDictionary<TKey, TValue>

    Represents the sorting of dictionary collection.

    Inheritance
    System.Object
    TypedSortedListEx<TKey, TValue>
    SortedDictionary<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
    TypedSortedListEx<TKey, TValue>.Synchronized(TypedSortedListEx<TKey, TValue>)
    TypedSortedListEx<TKey, TValue>.Add(TKey, TValue)
    TypedSortedListEx<TKey, TValue>.Clear()
    TypedSortedListEx<TKey, TValue>.Clone()
    TypedSortedListEx<TKey, TValue>.CloneAll()
    TypedSortedListEx<TKey, TValue>.Contains(TKey)
    TypedSortedListEx<TKey, TValue>.ContainsKey(TKey)
    TypedSortedListEx<TKey, TValue>.ContainsValue(TValue)
    TypedSortedListEx<TKey, TValue>.CopyTo(Array, Int32)
    TypedSortedListEx<TKey, TValue>.GetByIndex(Int32)
    TypedSortedListEx<TKey, TValue>.GetKey(Int32)
    TypedSortedListEx<TKey, TValue>.GetKeyList()
    TypedSortedListEx<TKey, TValue>.GetValueList()
    TypedSortedListEx<TKey, TValue>.IndexOfKey(TKey)
    TypedSortedListEx<TKey, TValue>.IndexOfValue(TValue)
    TypedSortedListEx<TKey, TValue>.RemoveAt(Int32)
    TypedSortedListEx<TKey, TValue>.Remove(TKey)
    TypedSortedListEx<TKey, TValue>.SetByIndex(Int32, TValue)
    TypedSortedListEx<TKey, TValue>.TrimToSize()
    TypedSortedListEx<TKey, TValue>.GetEnumerator()
    TypedSortedListEx<TKey, TValue>.Add(Object, Object)
    TypedSortedListEx<TKey, TValue>.Contains(Object)
    TypedSortedListEx<TKey, TValue>.Remove(Object)
    TypedSortedListEx<TKey, TValue>.TryGetValue(TKey, TValue)
    TypedSortedListEx<TKey, TValue>.Add(KeyValuePair<TKey, TValue>)
    TypedSortedListEx<TKey, TValue>.Contains(KeyValuePair<TKey, TValue>)
    TypedSortedListEx<TKey, TValue>.CopyTo(KeyValuePair<TKey, TValue>[], Int32)
    TypedSortedListEx<TKey, TValue>.Remove(KeyValuePair<TKey, TValue>)
    TypedSortedListEx<TKey, TValue>.Capacity
    TypedSortedListEx<TKey, TValue>.Count
    TypedSortedListEx<TKey, TValue>.Keys
    TypedSortedListEx<TKey, TValue>.Values
    TypedSortedListEx<TKey, TValue>.IsReadOnly
    TypedSortedListEx<TKey, TValue>.IsFixedSize
    TypedSortedListEx<TKey, TValue>.IsSynchronized
    TypedSortedListEx<TKey, TValue>.SyncRoot
    TypedSortedListEx<TKey, TValue>.Item[TKey]
    TypedSortedListEx<TKey, TValue>.Item[Object]
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class SortedDictionary<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

    SortedDictionary()

    Declaration
    public SortedDictionary()

    Implements

    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    System.Collections.Generic.IDictionary<, >
    System.Collections.Generic.ICollection<>
    System.Collections.IDictionary
    System.Collections.ICollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved