System::Collections::ObjectModel::ReadOnlyCollection::get_IsReadOnly 方法

ReadOnlyCollection::get_IsReadOnly method

检查集合是否为只读。

bool System::Collections::ObjectModel::ReadOnlyCollection<T>::get_IsReadOnly() const override

ReturnValue

对于只读集合返回 true。

另见