OrderedDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.IsReadOnly Propriété

Définition

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

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

Valeur de propriété

true si le ICollection<T> est en lecture seule ; sinon, false.

Implémente

S’applique à