Click or drag to resize

CombinationCopyTo Method

Copy the entire sequence to the supplied destination.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 5.0.0.6
Syntax
C#
public void CopyTo(
	int[] array
)

Parameters

array
Type: SystemInt32
Destination of copy.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen array is null.
ArgumentExceptionWhen not enough space in array.
See Also