Partilhar via


OrderedDictionary<TKey,TValue>.IDictionary.IsReadOnly Propriedade

Definição

Obtém um valor que indica se o objeto IDictionary é somente leitura.

property bool System::Collections::IDictionary::IsReadOnly { bool get(); };
bool System.Collections.IDictionary.IsReadOnly { get; }
member this.System.Collections.IDictionary.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IDictionary.IsReadOnly

Valor da propriedade

true se o objeto IDictionary 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 é convertida em uma interface> xref:System.Collections.IDictionary <.

Aplica-se a