Property IList.IsReadOnly
IList.IsReadOnly
Gets a value indicating whether the IList is read-only.
Declaration
bool IList.IsReadOnly { get; }
Returns
Type | Description |
---|---|
Boolean | A value indicating whether the IList is read-only. |
Implements
System.Collections.IList.IsReadOnly
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.9 - 100.12 |