Show / Hide Table of Contents

    Class TreeDictionary<TKey, TValue>.KeyCollection

    Inheritance
    System.Object
    TreeDictionary<TKey, TValue>.KeyCollection
    Implements
    Lucene.Net.Support.C5.ICollection
    System.Collections.Generic.IReadOnlyCollection<TKey>
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class KeyCollection : System.Collections.Generic.ICollection<TKey>, ICollection, System.Collections.Generic.IReadOnlyCollection<TKey>

    Constructors

    | Improve this Doc View Source

    KeyCollection(TreeDictionary<TKey, TValue>)

    Declaration
    public KeyCollection(TreeDictionary<TKey, TValue> dictionary)
    Parameters
    Type Name Description
    TreeDictionary<TKey, TValue> dictionary

    Properties

    | Improve this Doc View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    CopyTo(TKey[], Int32)

    Declaration
    public void CopyTo(TKey[] array, int index)
    Parameters
    Type Name Description
    TKey[] array
    System.Int32 index
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public System.Collections.Generic.IEnumerator<TKey> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<TKey>

    Implements

    Lucene.Net.Support.C5.ICollection
    System.Collections.Generic.IReadOnlyCollection<>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)