Collection.IList.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Collection-Objekt schreibgeschützt ist.

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

Eigenschaftswert

true, wenn das Collection-Objekt schreibgeschützt ist, andernfalls false.

Gilt für: