DoubleCollection.ICollection<Double>.IsReadOnly Propriété

Définition

Pour obtenir une description de ce membre, consultez IsReadOnly.

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

Valeur de propriété

Boolean

true si DoubleCollection est en lecture seule ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de DoubleCollection est castée en interface ICollection<T>.

S’applique à