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

IList::get_IsFixedSize method

Checks whether the collection is of fixed size.

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

ReturnValue

true If collection’s size can’t be changed, false otherwise.

See Also