Click or drag to resize

AtalaInt128CollectionCopyTo Method

Copies the entire CollectionBase to 'dest', starting at 'index' of the target array.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void CopyTo(
	AtalaInt128[] dest,
	int index
)

Parameters

dest
Type: Atalasoft.ImagingAtalaInt128
target array of UuidBox
index
Type: SystemInt32
index of target array
See Also