Click or drag to resize
Grid Solutions Framework

ParameterDefinitionsCopyTo Method

Copies the entire ParameterDefinitions to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public void CopyTo(
	IParameter[] array,
	int arrayIndex
)
View Source

Parameters

array  IParameter
The one-dimensional Array that is the destination of the elements copied from ParameterDefinitions. Array must have zero-based indexing.
arrayIndex  Int32
The zero-based index in array at which copying begins.
See Also