Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Class ListDictionary<TKey, TValue>.ValueCollection

    Represents the collection of values in a ListDictionary<TKey, TValue>.

    Inheritance
    object
    ListDictionary<TKey, TValue>.ValueCollection
    Implements
    ICollection<TValue>
    IReadOnlyCollection<TValue>
    IEnumerable<TValue>
    IEnumerable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Singulink.Collections
    Assembly: Singulink.Collections.dll
    Syntax
    public sealed class ListDictionary<TKey, TValue>.ValueCollection : ICollection<TValue>, IReadOnlyCollection<TValue>, IEnumerable<TValue>, IEnumerable

    Properties

    Name Description
    Count

    Gets the number of values in the dictionary across all keys.

    Methods

    Name Description
    Contains(TValue)

    Returns a value indicating whether any of the value lists in the dictionary contain the specified value.

    CopyTo(TValue[], int)

    Copies all the values in the dictionary to an array starting at the specified array index.

    GetEnumerator()

    Returns an enumerator that iterates through the ListDictionary<TKey, TValue>.ValueCollection.

    Explicit Interface Implementations

    Name Description
    ICollection<TValue>.Add(TValue)

    Not supported.

    ICollection<TValue>.Clear()

    Not supported.

    ICollection<TValue>.IsReadOnly

    Gets a value indicating whether this collection is read-only. Always returns true.

    ICollection<TValue>.Remove(TValue)

    Not supported.

    IEnumerable<TValue>.GetEnumerator()

    Returns an enumerator that iterates through the ListDictionary<TKey, TValue>.ValueCollection.

    IEnumerable.GetEnumerator()

    Returns an enumerator that iterates through the ListDictionary<TKey, TValue>.ValueCollection.

    © Singulink. All rights reserved.