Click or drag to resize

FndReferenceQualifierCollection.CopyTo Method

Copies the elements of the System.Collections.ICollection to an FndReferenceQualifier array, starting at a particular FndReferenceQualifier array index.

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public void CopyTo(
	FndReferenceQualifier[] qualifierColumns,
	int index
)

Parameters

qualifierColumns
Type:Ifs.Fnd.Data.FndReferenceQualifier[]
The one-dimensional FndReferenceQualifier array that is the destination of the elements copied from System.Collections.ICollection. The FndReferenceQualifier array must have zero-based indexing.
index
Type: System.Int32
The zero-based index in array at which copying begins.
See Also