Click or drag to resize

AtalaInt128Collection.CopyTo 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.Imaging.AtalaInt128[]
target array of UuidBox
index
Type: System.Int32
index of target array
See Also