Search Results for

    Show / Hide Table of Contents

    Struct ObservableDictionary<TKey, TValue>.Enumerator<TKey, TValue>

    Implements
    IEnumerator<KeyValuePair<TKey, TValue>>
    IDisposable
    IDictionaryEnumerator
    IEnumerator
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public struct Enumerator<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue

    Properties

    | Improve this Doc View Source

    Current

    Declaration
    public readonly KeyValuePair<TKey, TValue> Current { get; }
    Property Value
    Type Description
    KeyValuePair<TKey, TValue>

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    System.Boolean

    Implements

    IEnumerator<>
    IDisposable
    IDictionaryEnumerator
    IEnumerator
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx