OrderedDictionary<TKey,TValue>.IDictionary.IsFixedSize Propriedade

Definição

Obtém 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 da propriedade

true se o IDictionary objeto tiver um tamanho fixo; 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