Collection.IList.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se l'oggetto Collection è di sola lettura.

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

Valore della proprietà

true se l'oggetto Collection è di sola lettura; in caso contrario, false.

Si applica a