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