CompositeCollection.IList.IsFixedSize Propiedad

Definición

Este miembro admite la infraestructura de Windows Presentation Foundation (WPF) y no está pensada para usarse directamente desde el código.

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

Boolean

true si la IList tiene un tamaño fijo; en caso contrario, false.

Implementaciones

Se aplica a