System::Collections::Generic::IDictionary::get_IsFixedSize メソッド

IDictionary::get_IsFixedSize method

コレクションのサイズが固定かどうかを確認します。

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

ReturnValue

サイズが固定の場合は true、そうでない場合は false。

参照