Summary
Try to remove an object from the tally.
- Namespace
- TCLite
.Constraints - Containing Type
- CollectionTally
Syntax
public void TryRemove(object o)
Parameters
| Name | Type | Description |
|---|---|---|
| o | object | The object to remove. |
Return Value
| Type | Description |
|---|---|
| void |
