OperationCollection.IsReadOnly Property
IsReadOnly
Gets a value indicating whether the ICollection<T> is read-only.
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
Boolean | true if the ICollection<T> is read-only; otherwise, false. |