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

Definição

Obtém um valor que indica se o ICollection<T> valor é 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 for ICollection<T> 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 ImmutableSortedDictionary<TKey,TValue>.Builder instância é convertida em uma IDictionary interface.

Aplica-se a