System::Collections::Generic::ICollection::get_IsReadOnly method

ICollection::get_IsReadOnly method

Checks if collection is read only.

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

ReturnValue

true if collection is read only, false otherwise.

See Also