OperationParameterInfoCollection.IList.IsReadOnly Propriedade
Definição
property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly
Valor da propriedade
true se o IList for somente leitura; caso contrário, false.true if the IList is read-only; otherwise, false.