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 |