get_IsReadOnly()

ICollection::get_IsReadOnly() const method

Checks if collection is read only.

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

Return Value

true if collection is read only, false otherwise.

See Also