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

Définition

Obtient une valeur qui indique si l’objet ICollection 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 est en lecture seule ; sinon, false.

Implémente

S’applique à

Voir aussi