ReadOnlyDictionary<TKey, TValue>.IDictionary.IsReadOnly property
Namespace: Microsoft.SharePoint.Taxonomy.Generic
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Private ReadOnly Property IsReadOnly As Boolean
Implements IDictionary.IsReadOnly
Get
'Usage
Dim instance As ReadOnlyDictionary
Dim value As Boolean
value = CType(instance, IDictionary).IsReadOnly
boolIDictionary.IsReadOnly { get; }
Property value
Type: System.Boolean
Implements
See also
Reference
ReadOnlyDictionary<TKey, TValue> class