IsReadOnly

NonGenericDictionary.IsReadOnly property

Gets a value indicating whether the IDictionary object is read-only.

public bool IsReadOnly { get; }

Return Value

true if the IDictionary object is read-only; otherwise, false.

See Also