Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Property Count

    Count

    Gets the number of items in this value set. If the count is zero, this value set is detached from Dictionary, i.e. calling ContainsKey(TKey) on the dictionary and passing in Key as a parameter will return false. When items are added to the value set it is attached (or re-attached) to the dictionary.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int
    Implements
    ICollection<T>.Count
    IReadOnlyCollection<T>.Count
    © Singulink. All rights reserved.