OrderedDictionary<TKey,TValue>.IDictionary.IsFixedSize Propriedade

Definição

Recebe um valor que indica se o IDictionary objeto tem um tamanho fixo.

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

Valor de Propriedade

true se o IDictionary objeto tiver um tamanho fixo; 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 <instância xref:System.Collections.Generic.OrderedDictionary'2> é convertida para uma <interface xref:System.Collections.IDictionary> .

Aplica-se a