SynchronizedReadOnlyCollection<T>.IList.IsReadOnly Propriedade
Definição
Essa propriedade sempre retorna true, porque a coleção é somente leitura.This property always returns true because the collection 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
Essa propriedade sempre retorna true, porque a coleção é somente leitura.This property always returns true because the collection is read-only.
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 SynchronizedReadOnlyCollection<T> é convertida em uma interface de IList.It can be used only when the SynchronizedReadOnlyCollection<T> instance is cast to an IList interface.