Search Results for

    Show / Hide Table of Contents

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

    Implements
    System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>
    System.IDisposable
    System.Collections.IDictionaryEnumerator
    System.Collections.IEnumerator
    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    [Serializable]
    public struct Enumerator<TKey, TValue> : IEnumerator<KeyValuePair<TKey, TValue>>, IDisposable, IDictionaryEnumerator, IEnumerator
    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
    System.Collections.Generic.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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IDictionaryEnumerator.Entry

    Declaration
    readonly DictionaryEntry IDictionaryEnumerator.Entry { get; }
    Returns
    Type Description
    System.Collections.DictionaryEntry
    | Improve this Doc View Source

    IDictionaryEnumerator.Key

    Declaration
    readonly object IDictionaryEnumerator.Key { get; }
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    IDictionaryEnumerator.Value

    Declaration
    readonly object IDictionaryEnumerator.Value { get; }
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    IEnumerator.Current

    Declaration
    readonly object IEnumerator.Current { get; }
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    IEnumerator.Reset()

    Declaration
    void IEnumerator.Reset()

    Implements

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