[]
Removes the first occurrence of a specific object from the ICollection<T>.
public bool Remove(int item)
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)
Type | Name | Description |
---|---|---|
C1OrderedSet | removedItems | The removed items. |
Type | Description |
---|---|
bool |