Property IsReadOnly
IsReadOnly
If true any call of an updating operation will throw an
ReadOnlyCollectionException
Declaration
bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean | True if this collection is read-only. |