 | MultiCollectionTRemove Method (T, Int32) |
Removes a value from the collection.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic bool Remove(
T item,
int amount
)
Parameters
- item
- Type: T
The item to remove. - amount
- Type: SystemInt32
How many times to remove the item.
Return Value
Type:
BooleanWhether the item existed in the first place.
See Also