This documentation is archived and is not being maintained.
Array::IList::IsReadOnly Property
Visual Studio 2010
Gets a value that indicates whether the Array is read-only.
Assembly: mscorlib (in mscorlib.dll)
private: virtual property bool IsReadOnly { bool get () sealed = IList::IsReadOnly::get; }
Implements
IList::IsReadOnly Caution |
|---|
This property is not present in the Portable Class Library. If you are developing applications that target the Portable Class Library, use the IsReadOnly property instead. |
This member is an explicit interface member implementation. It can be used only when the Array instance is cast to an IList interface.
Show:
Caution