Collection.IList.IsReadOnly Propriété

Définition

Obtient une valeur qui indique si l’objet Collection est en lecture seule.

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IListIsReadOnly As Boolean Implements IList.IsReadOnly

Valeur de propriété

true si l'objet Collection est en lecture seule ; sinon, false.

S’applique à