ImmutableSortedDictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly Property

Gets a value indicating whether the immutable dictionary is read-only.

Namespace:  System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

Syntax

'Declaration
Private ReadOnly Property IsReadOnly As Boolean 
    Implements 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 with get 
private override IsReadOnly : bool with get
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
true if the immutable dictionary is read only; otherwise, false.

Implements

ICollection<T>.IsReadOnly

Remarks

This member is an explicit interface member implementation. It can be used only when the ImmutableSortedDictionary<TKey, TValue> instance is cast to an ICollection<T> interface.

See Also

Reference

ImmutableSortedDictionary<TKey, TValue> Class

System.Collections.Immutable Namespace