|
WeightedCollectionTCopyTo Method |
Copy the pool of items into an array starting from arrayIndex.
Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void CopyTo(
T[] array,
int arrayIndex
)
Public Sub CopyTo (
array As T(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<T>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : 'T[] *
arrayIndex : int -> unit
override CopyTo :
array : 'T[] *
arrayIndex : int -> unit
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