[]
Gets a value that indicates whether the ICollection<T> object is read-only.
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Type | Description |
---|---|
bool | true if the ICollection<T> object is read-only; otherwise, false. |