get_IsReadOnly()

ReadOnlyCollection::get_IsReadOnly() const method

Checks if collection is read only.

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

Return Value

true for a read only collection.

See Also