Share via


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

IDictionary.IsReadOnly

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.Taxonomy.Generic namespace