Gets a value indicating whether the dictionary is read-only.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public bool IsReadOnly { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsReadOnly As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool IsReadOnly { bool get () sealed; } |
Implements
ICollection<(Of <(<'T>)>)>..::..IsReadOnlyIDictionary..::..IsReadOnly