[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Tools.CollectionsT.GenericT.ReadOnlyDictionary`2.System#Collections#Generic#ICollection{T}#IsReadOnly"]
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
bool ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly { get; } |
| Visual Basic |
|---|
Private ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).IsReadOnly Get |
| Visual C++ |
|---|
private: virtual property bool IsReadOnly { bool get () sealed = ICollection<KeyValuePair<TKey, TValue>>::IsReadOnly::get; } |
| F# |
|---|
private abstract IsReadOnly : bool private override IsReadOnly : bool |
| JScript |
|---|
|