Show / Hide Table of Contents

    Class LurchTable<TKey, TValue>.KeyCollection

    Provides the collection of Keys for the LurchTable

    Inheritance
    System.Object
    LurchTable<TKey, TValue>.KeyCollection
    Implements
    System.Collections.Generic.ICollection<TKey>
    System.Collections.Generic.IEnumerable<TKey>
    System.Collections.IEnumerable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public class KeyCollection : ICollection<TKey>, IEnumerable<TKey>, IEnumerable

    Properties

    | Improve this Doc View Source

    Count

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

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

    Methods

    | Improve this Doc View Source

    Contains(TKey)

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

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

    CopyTo(TKey[], Int32)

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

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

    GetEnumerator()

    Returns an enumerator that iterates through the collection.

    Declaration
    public LurchTable<TKey, TValue>.KeyCollection.Enumerator GetEnumerator()
    Returns
    Type Description
    LurchTable.KeyCollection.Enumerator<>

    Explicit Interface Implementations

    | Improve this Doc View Source

    ICollection<TKey>.Add(TKey)

    Declaration
    [Obsolete]
    void ICollection<TKey>.Add(TKey item)
    Parameters
    Type Name Description
    TKey item
    | Improve this Doc View Source

    ICollection<TKey>.Clear()

    Declaration
    [Obsolete]
    void ICollection<TKey>.Clear()
    | Improve this Doc View Source

    ICollection<TKey>.IsReadOnly

    Declaration
    [Obsolete]
    bool ICollection<TKey>.IsReadOnly { get; }
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ICollection<TKey>.Remove(TKey)

    Declaration
    [Obsolete]
    bool ICollection<TKey>.Remove(TKey item)
    Parameters
    Type Name Description
    TKey item
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IEnumerable<TKey>.GetEnumerator()

    Declaration
    [Obsolete]
    IEnumerator<TKey> IEnumerable<TKey>.GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<TKey>
    | Improve this Doc View Source

    IEnumerable.GetEnumerator()

    Declaration
    [Obsolete]
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    Implements

    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    EnumerableExtensions.InPairs<T, TOut>(IEnumerable<T>, Func<T, T, TOut>)
    Number.IsNumber(Object)
    SetExtensions.RemoveAll<T>(ICollection<T>, IEnumerable<T>)
    SetExtensions.AddAll<T>(ICollection<T>, IEnumerable<T>)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)