Property IsReadOnly
IsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
Boolean | true if the IDictionary object is read-only; otherwise, false. |