SynchronizedCollection<T>.IList.IsReadOnly Propriedade
Definição
Obtém um valor que indica se a coleção é somente leitura.Gets a value that indicates whether 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
false
Implementações
Comentários
Essa propriedade sempre retorna false porque a coleção pode ser adicionada a e, portanto, não é somente leitura.This property always returns false because the collection can be added to and so is not read only.