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