PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Dictionary<TKey, TValue>Is­Read­Only
Open sandboxFocus

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.