Open this page in the API Guide

ParameterValueCollection.CopyTo Method

Copies to.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void CopyTo(
	ParameterValue[] array,
	int arrayIndex
)

Parameters

array
Type:Dundas.BI.Data.Parameters.ParameterValue[]
The array.
arrayIndex
Type: System.Int32
Index of the array.

Implements

ICollection<T>.CopyTo(T[], Int32)
Exceptions
ExceptionCondition
ArgumentNullExceptionarray is null.
See Also