ListSortDescriptionCollection.IList.IsFixedSize Propiedad

Definición

Obtiene un valor que indica si la colección 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 en todos los casos.

Implementaciones

Comentarios

La colección es de solo lectura una vez construida y, por lo tanto, siempre tiene un tamaño fijo.

Se aplica a