Property ICollection<Object>.IsReadOnly
ICollection<Object>.IsReadOnly
Gets a value indicating whether the ICollection is read-only.
Declaration
bool ICollection<object>.IsReadOnly { get; }
Returns
Type | Description |
---|---|
System.Boolean | A value indicating whether the ICollection is read-only. |
Implements
System.Collections.Generic.ICollection<T>.IsReadOnly
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.5 |