System::Collections::Generic::IList::get_IsFixedSize method

IList::get_IsFixedSize method

Comprueba si la colección tiene tamaño fijo.

bool System::Collections::Generic::IList<T>::get_IsFixedSize()

ReturnValue

true Si el tamaño de la colección no puede cambiarse, false en caso contrario.

Ver también