OrderedDictionary<TKey,TValue>.KeyCollection.IList.IsReadOnly Propriedade

Definição

Recebe um valor que indica se o IList é apenas de leitura.

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 de Propriedade

true se o IList for só de leitura; caso contrário, false.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a <instância xref:System.Collections.Generic.OrderedDictionary'2.KeyCollection> é convertida para uma <interface xref:System.Collections.IList> .

Aplica-se a