Copies the content of this CryptokiCollection in the given array starting from the given index

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Sub CopyTo ( _
	array As Array, _
	arrayIndex As Integer _
)
C#
public void CopyTo(
	Array array,
	int arrayIndex
)
Visual C++
public:
virtual void CopyTo(
	Array^ array, 
	int arrayIndex
) sealed
JavaScript
function copyTo(array, arrayIndex);

Parameters

array
Type: System..::..Array
Destination array
arrayIndex
Type: System..::..Int32
Starting index in the destination array

Implements

ICollection..::..CopyTo(Array, Int32)

See Also