Compartilhar via


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

Definição

Obtém um valor que indica se o IList é somente 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 da propriedade

true se o IList for somente leitura; caso contrário, false.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a instância <xref:System.Collections.Generic.OrderedDictionary'2.ValueCollection> for convertida em uma interface> xref:System.Collections.IList <.

Aplica-se a