SchemaNameCollection.IList.IsFixedSize Propiedad

Definición

Obtiene un valor que indica si la interfaz 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 la IList tiene un tamaño fijo; en caso contrario, false.

Implementaciones

Comentarios

Una colección de tamaño fijo no permite agregar o quitar elementos una vez que se ha creado, pero sí permite modificar los elementos existentes.

Se aplica a