ImmutableDictionary<TKey,TValue>.Builder.IDictionary.IsReadOnly Propriedade
Definição
Obtém um valor que indica se o ICollection<T> é somente leitura.Gets a value that indicates whether the ICollection<T> is read-only.
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 ICollection<T> for somente leitura; caso contrário, false.true if the ICollection<T> is read-only; otherwise, false.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de ImmutableDictionary<TKey,TValue>.Builder é convertida em uma interface de IDictionary.It can be used only when the ImmutableDictionary<TKey,TValue>.Builder instance is cast to an IDictionary interface.