Click or drag to resize

IOListTCopyTo Method

Copies the IOLine(s) starting at a particular index to the supplied array

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type: T

[Missing <param name="array"/> documentation for "M:Brainboxes.IO.IOList`1.CopyTo(`0[],System.Int32)"]

arrayIndex
Type: SystemInt32

[Missing <param name="arrayIndex"/> documentation for "M:Brainboxes.IO.IOList`1.CopyTo(`0[],System.Int32)"]

Implements

ICollectionTCopyTo(T, Int32)
See Also