ReadOnlyDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.IsReadOnly Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si la collection est en lecture seule.
property bool System::Collections::Generic::ICollection<TValue>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<TValue>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<TValue>.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of TValue).IsReadOnly
Valeur de propriété
true dans tous les cas.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance ReadOnlyDictionary<TKey,TValue>.ValueCollection est convertie en ICollection<T> interface.