Share via


ReadOnlyDictionary<TKey, TValue>.IsReadOnly property

Indicates that this is a read-only dictionary

Namespace:  Microsoft.SharePoint.Taxonomy.Generic
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
    Get
'Usage
Dim instance As ReadOnlyDictionary
Dim value As Boolean

value = instance.IsReadOnly
public bool IsReadOnly { get; }

Property value

Type: System.Boolean
true if this is a readonly dictionary; otherwise, false

Implements

ICollection<T>.IsReadOnly

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.Taxonomy.Generic namespace