Show / Hide Table of Contents

    Class TreeDictionary<TKey, TValue>.ValueCollection

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

    Constructors

    | Improve this Doc View Source

    ValueCollection(TreeDictionary<TKey, TValue>)

    Declaration
    public ValueCollection(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

    Methods

    | Improve this Doc View Source

    CopyTo(TValue[], Int32)

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

    GetEnumerator()

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

    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)