OrderedDictionary<TKey,TValue>.IDictionary.IsFixedSize Propiedad

Definición

Obtiene un valor que indica si el IDictionary objeto tiene un tamaño fijo.

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 propiedad

true es si el IDictionary objeto tiene un tamaño fijo; de lo contrario, falsees .

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la <instancia xref:System.Collections.Generic.OrderedDictionary'2> se convierte en una <interfaz xref:System.Collections.IDictionary> .

Se aplica a