System::Collections::Generic::IKVCollection::get_IsReadOnly 方法

IKVCollection::get_IsReadOnly method

检查容器是否只读。

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

ReturnValue

如果容器是只读则为 true,否则为 false。

另见