Search Results for

    Show / Hide Table of Contents

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

    Inheritance
    System.Object
    ObservableDictionary<TKey, TValue>.KeyedDictionaryEntryCollection<TKey>
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    protected class KeyedDictionaryEntryCollection<TKey> : KeyedCollection<TKey, DictionaryEntry>
    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
    IEqualityComparer<TKey> comparer

    Methods

    | Improve this Doc View Source

    GetKeyForItem(DictionaryEntry)

    Declaration
    protected override TKey GetKeyForItem(DictionaryEntry entry)
    Parameters
    Type Name Description
    DictionaryEntry entry
    Returns
    Type Description
    TKey
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx