TraceListenerCollection.IList.IsReadOnly Propriedade
Definição
Obtém um valor que indica se o TraceListenerCollection é somente leitura.Gets a value indicating whether the TraceListenerCollection is read-only.
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
Sempre false.Always false.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de TraceListenerCollection é convertida em uma interface de IList.It can be used only when the TraceListenerCollection instance is cast to an IList interface.