Property ICollection<KeyValuePair<TLeft, TRight>>.IsReadOnly
ICollection<KeyValuePair<TLeft, TRight>>.IsReadOnly
Gets a value indicating whether the collection is read-only. Always returns false.
Declaration
bool ICollection<KeyValuePair<TLeft, TRight>>.IsReadOnly { get; }Returns
| Type | Description | 
|---|---|
| bool | 
