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