Search Results for

    Show / Hide Table of Contents

    Class ObservableDictionary<TKey, TValue>.KeyedDictionaryEntryCollection<TKey>

    Inheritance
    System.Object
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>
    ObservableDictionary<TKey, TValue>.KeyedDictionaryEntryCollection<TKey>
    Implements
    System.Collections.Generic.IList<System.Collections.DictionaryEntry>
    System.Collections.Generic.ICollection<System.Collections.DictionaryEntry>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<System.Collections.DictionaryEntry>
    System.Collections.Generic.IReadOnlyCollection<System.Collections.DictionaryEntry>
    System.Collections.Generic.IEnumerable<System.Collections.DictionaryEntry>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.Contains(TKey)
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.Remove(TKey)
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.ChangeItemKey(System.Collections.DictionaryEntry, TKey)
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.ClearItems()
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.GetKeyForItem(System.Collections.DictionaryEntry)
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.InsertItem(System.Int32, System.Collections.DictionaryEntry)
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.RemoveItem(System.Int32)
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.SetItem(System.Int32, System.Collections.DictionaryEntry)
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.Comparer
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.Item[TKey]
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.Dictionary
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.Add(System.Collections.DictionaryEntry)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.Clear()
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.CopyTo(System.Collections.DictionaryEntry[], System.Int32)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.Contains(System.Collections.DictionaryEntry)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.GetEnumerator()
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.IndexOf(System.Collections.DictionaryEntry)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.Insert(System.Int32, System.Collections.DictionaryEntry)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.Remove(System.Collections.DictionaryEntry)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.RemoveAt(System.Int32)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.ClearItems()
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.InsertItem(System.Int32, System.Collections.DictionaryEntry)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.RemoveItem(System.Int32)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.SetItem(System.Int32, System.Collections.DictionaryEntry)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.IList.Add(System.Object)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.IList.Contains(System.Object)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.IList.Remove(System.Object)
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.Count
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.Items
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.Item[System.Int32]
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.Generic.ICollection<System.Collections.DictionaryEntry>.IsReadOnly
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.ICollection.IsSynchronized
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.ICollection.SyncRoot
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.IList.Item[System.Int32]
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.IList.IsReadOnly
    System.Collections.ObjectModel.Collection<System.Collections.DictionaryEntry>.System.Collections.IList.IsFixedSize
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    protected class KeyedDictionaryEntryCollection<TKey> : KeyedCollection<TKey, DictionaryEntry>, IList<DictionaryEntry>, ICollection<DictionaryEntry>, IList, ICollection, IReadOnlyList<DictionaryEntry>, IReadOnlyCollection<DictionaryEntry>, IEnumerable<DictionaryEntry>, IEnumerable
    Type Parameters
    Name Description
    TKey

    Constructors

    | Improve this Doc View Source

    KeyedDictionaryEntryCollection()

    Declaration
    public KeyedDictionaryEntryCollection()
    | Improve this Doc View Source

    KeyedDictionaryEntryCollection(IEqualityComparer<TKey>)

    Declaration
    public KeyedDictionaryEntryCollection(IEqualityComparer<TKey> comparer)
    Parameters
    Type Name Description
    System.Collections.Generic.IEqualityComparer<TKey> comparer

    Methods

    | Improve this Doc View Source

    GetKeyForItem(DictionaryEntry)

    Declaration
    protected override TKey GetKeyForItem(DictionaryEntry entry)
    Parameters
    Type Name Description
    System.Collections.DictionaryEntry entry
    Returns
    Type Description
    TKey
    Overrides
    System.Collections.ObjectModel.KeyedCollection<TKey, System.Collections.DictionaryEntry>.GetKeyForItem(System.Collections.DictionaryEntry)

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    NumericExtension.Sum<T>(IEnumerable<T>, Func<T, Numeric>)
    PreciseDecimalExtension.Sum<T>(IEnumerable<T>, Func<T, PreciseDecimal>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx