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