[]
Removes the first occurrence of a specified item from the collection.
public bool Remove(C1CheckListItem item)
Public Function Remove(item As C1CheckListItem) As Boolean
| 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)
Public Sub Remove(value As Object)
| Type | Name | Description |
|---|---|---|
| object | value | The specified item. |