Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Property ICollection<KeyValuePair<TKey, IList<TValue>>>.IsReadOnly

    ICollection<KeyValuePair<TKey, IList<TValue>>>.IsReadOnly

    Gets a value indicating whether this collection is read-only. Although this dictionary is not read-only, this always returns true as only read operations are supported through the ICollection<T> interface.

    Declaration
    bool ICollection<KeyValuePair<TKey, IList<TValue>>>.IsReadOnly { get; }
    Returns
    Type Description
    bool
    Implements
    ICollection<T>.IsReadOnly
    © Singulink. All rights reserved.