Copies the list of Aspects to the given array

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public void CopyTo(
	IAspect[] array,
	int arrayIndex
)
Visual Basic (Declaration)
Public Sub CopyTo ( _
	array As IAspect(), _
	arrayIndex As Integer _
)

Parameters

array
Type: array< Gaia.WebWidgets..::.IAspect >[]()[]
array to copy into
arrayIndex
Type: System..::.Int32
index in array to start copying into

Implements

ICollection<(Of <(T>)>)..::.CopyTo(array<T>[]()[], Int32)

See Also