System::Collections::ObjectModel::ReadOnlyCollection::get_IsReadOnly method

ReadOnlyCollection::get_IsReadOnly method

Checks if collection is read only.

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

ReturnValue

true for a read only collection.

See Also