Copies the application collection to a one-dimensional array.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

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

Parameters

array
Type: array< Novalys.VisualGuard.Security.Membership..::.VGApplication >[]()[]
A one-dimensional array of type VGApplication that is the destination of the elements copied from the VGApplicationCollection. The array must have zero-based indexing.
index
Type: System..::.Int32
The zero-based index in the array at which copying begins.

See Also