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