ReadOnlyDictionary45<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly Property
Namespace: Microsoft.ServiceBus.Common
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
'Declaration
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of KeyValuePair(Of TKey, TValue)).IsReadOnly
Get
'Usage
Dim instance As ReadOnlyDictionary45
Dim value As Boolean
value = CType(instance, ICollection(Of KeyValuePair(Of TKey, TValue))).IsReadOnly
bool ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
bool get () sealed = ICollection<KeyValuePair<TKey, TValue>>::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Boolean