nspectre - declarative validation for .NET

ActionCollection.CopyTo Method 

Copies the elements to an System.Array, starting at a particular System.Array index.

public void CopyTo(
   Array array,
   int index
);

Parameters

array
The one-dimensional System.Array that is the destination of the elements copied. The System.Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.

Implements

ICollection.CopyTo

See Also

ActionCollection Class | NSpectre.Core.Configuration Namespace