System::Collections::Generic::ICollection::get_IsReadOnly 方法

ICollection::get_IsReadOnly method

检查集合是否为只读。

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

ReturnValue

如果集合是只读则为 true,否则为 false。

另见