System::Collections::IList::get_IsFixedSize method

IList::get_IsFixedSize method

Gets a value indicating whether the list has a fixed size.

virtual bool System::Collections::IList::get_IsFixedSize() const

ReturnValue

True when the list has a fixed size, otherwise false.

See Also