ImmutableSortedDictionary<TKey,TValue>.Builder.IDictionary.IsReadOnly Propriedade

Definição

Obtém um valor que indica se o ICollection<T> é apenas de 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 de Propriedade

true se o ICollection<T> 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 ImmutableSortedDictionary<TKey,TValue>.Builder instância é transmitida para uma IDictionary interface.

Aplica-se a