







| ReadOnlyDictionaryBase<(Of <TKey, TValue>)>..::System.Collections.IDictionary.IsReadOnly Property |
| See Also |
![]() |
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns if this dictionary is read-only.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
private bool IDictionary.IsReadOnly{ get;} |
| Visual Basic (Declaration) |
|---|
Private ReadOnly Property System.Collections.IDictionary.IsReadOnly As Boolean Implements IDictionary.IsReadOnly |
| Visual C++ |
|---|
private: virtual property bool System.Collections.IDictionary.IsReadOnly { bool get () sealed = IDictionary::IsReadOnly::get; } |
