Click or drag to resize
WeightedCollectionTCopyTo Method
Copy the pool of items into an array starting from arrayIndex.

Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type: T
The array need to contains the copy of the items.
arrayIndex
Type: SystemInt32
Starts from where?

Implements

ICollectionTCopyTo(T, Int32)
See Also