Comparteix a través de


OrderedDictionary<TKey,TValue>.KeyCollection.IList.IsFixedSize Propiedad

Definición

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

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

Valor de propiedad

true si el IList tiene un tamaño fijo; de lo contrario, false.

Implementaciones

Comentarios

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

Se aplica a