[]
Removes the first occurrence of a specified item from the collection.
public bool Remove(C1CheckListItem item)
| Type | Name | Description |
|---|---|---|
| C1CheckListItem | item | The specified item. |
| Type | Description |
|---|---|
| bool |
Removes the first occurrence of a specified item from the collection.
public void Remove(object value)
| Type | Name | Description |
|---|---|---|
| object | value | The specified item. |