AdvisableDictionary<TKey, TValue>.IsReadOnly Property |
Gets a value indicating whether the IDictionary object is read-only.
Namespace: PostSharp.Patterns.CollectionsAssembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public bool IsReadOnly { get; }
Return Value
Type: Booleantrue if the IDictionary object is read-only; otherwise, false.
Implements
IDictionary.IsReadOnlyICollection<T>.IsReadOnly
