System::Collections::Generic::IDictionary::get_IsFixedSize 方法

IDictionary::get_IsFixedSize method

检查集合大小是否固定。

bool System::Collections::Generic::IDictionary<TKey, TValue>::get_IsFixedSize() const

ReturnValue

如果大小固定则为 true,否则为 false。

另见