System::Collections::Generic::IList::get_IsFixedSize 方法

IList::get_IsFixedSize method

检查集合是否具有固定大小。

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

ReturnValue

true 如果集合的大小不能被更改,则为 true;否则为 false。

另见