PropertyDescriptorCollection.System.Collections.IList.IsReadOnly Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Private ReadOnly Property IsReadOnly As Boolean Implements _   IList.IsReadOnly
[C#]
bool IList.IsReadOnly {get;}
[C++]
private: __property bool
   System::Collections::IList::get_IsReadOnly();
[JScript]
private function get IList.IsReadOnly() : Boolean;

See Also

PropertyDescriptorCollection Class | PropertyDescriptorCollection Members | System.ComponentModel Namespace