Show / Hide Table of Contents

    Struct TreeDictionary<TKey, TValue>.Enumerator

    Implements
    System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>
    IDictionaryEnumerator
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public struct Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>, IDictionaryEnumerator

    Properties

    | Improve this Doc View Source

    Current

    Declaration
    public System.Collections.Generic.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

    Implements

    System.Collections.Generic.IEnumerator<>
    IDictionaryEnumerator
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)