AdvisableDictionary<TKey, TValue>.IsReadOnly Property |
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.0)
public bool IsReadOnly { get; }
Return Value
Type: Booleantrue if the IDictionary object is read-only; otherwise, false.
Implements
IDictionary.IsReadOnlyICollection<T>.IsReadOnly