Click or drag to resize

MultiCollectionTAdd Method (T, Int32)

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public void Add(
	T item,
	int amount
)

Parameters

item
Type: T
The item to add.
amount
Type: SystemInt32
How many of the item to add.
See Also