System::Collections::Generic::ICollection::get_IsReadOnly method

ICollection::get_IsReadOnly method

コレクションが読み取り専用かどうかを確認します。

virtual bool System::Collections::Generic::ICollection<T>::get_IsReadOnly() const

ReturnValue

コレクションが読み取り専用の場合は true、そうでない場合は false。

参照