Collection.IList.IsFixedSize Propiedad

Definición

Obtiene un valor que indica si el objeto Collection 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 IListIsFixedSize As Boolean Implements IList.IsFixedSize

Valor de propiedad

Es true si el objeto Collection tiene un tamaño fijo; en caso contrario, es false.

Se aplica a