[]
Removes the first occurrence of a specific object from the ICollection<T>.
public bool Remove(ISparkline item)
Public Function Remove(item As ISparkline) As Boolean
| Type | Name | Description |
|---|---|---|
| ISparkline | item | The object to remove from the ICollection<T>. |
| Type | Description |
|---|---|
| bool | true if |
| Type | Condition |
|---|---|
| NotSupportedException | The ICollection<T> is read-only. |