Click or drag to resize

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)
Syntax
C#
public 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: Boolean
Whether the item existed in the first place.
See Also