Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

CryptographicCollection<T>.CopyTo Method

Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9147)

CopyTo(T[], Int32)

Copies the range of elements from the collection to a compatible one-dimensional array, starting at the specified index of the target array.

Declaration
public void CopyTo(T[] array, int index)
Parameters
Type Name Description
T[] array

One-dimensional zero-based array that is the destination of the elements copied from the collection.

Int32 index

A zero-based index in the destination array at which copying begins.

Implements
ICollection<T>.CopyTo(T[], Int32)

CopyTo(Array, Int32)

Copies the range of elements from the CryptographicCollection to a compatible one-dimensional Array, starting at the specified index of the target array. Inherited from CryptographicCollection.

Declaration
public void CopyTo(Array array, int index)
Parameters
Type Name Description
Array array

One-dimensional zero-based array that is the destination of the elements copied from CryptographicCollection.

Int32 index

A zero-based index in the destination array at which copying begins.

Implements
ICollection.CopyTo(Array, Int32)
In This Article
  • CopyTo(T[], Int32)
  • CopyTo(Array, Int32)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies