SortedDictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,TValue>>.IsReadOnly Propriété

Définition

Obtient une valeur indiquant si ICollection<T> est en lecture seule.

property bool System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<TKey,TValue>>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).IsReadOnly

Valeur de propriété

Boolean

true si ICollection<T> est en lecture seule ; sinon, false. Dans l'implémentation par défaut de SortedDictionary<TKey,TValue>, cette propriété retourne toujours false.

Implémente

S’applique à