Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
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
- arrayIndex
- Type: System..::..Int32