Click or drag to resize

MulticombinationCopyTo Method

Copy the entire sequence to the supplied destination.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
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