Show / Hide Table of Contents

    Class LurchTable<TKey, TValue>.ValueCollection

    Provides the collection of Values for the LurchTable

    Inheritance
    System.Object
    LurchTable<TKey, TValue>.ValueCollection
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public class ValueCollection : ICollection<TValue>

    Properties

    | Improve this Doc View Source

    Count

    Gets the number of elements contained in the System.Collections.Generic.ICollection<>.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Contains(TValue)

    Determines whether the System.Collections.Generic.ICollection<> contains a specific value.

    Declaration
    public bool Contains(TValue value)
    Parameters
    Type Name Description
    TValue value
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CopyTo(TValue[], Int32)

    Copies the elements of the System.Collections.Generic.ICollection<> to an System.Array, starting at a particular System.Array index.

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

    GetEnumerator()

    Returns an enumerator that iterates through the collection.

    Declaration
    public LurchTable<TKey, TValue>.ValueCollection.Enumerator GetEnumerator()
    Returns
    Type Description
    LurchTable.ValueCollection.Enumerator<>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)