Copies the permission set 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(
	VGPermissionSet[] array,
	int index
)
Visual Basic (Declaration)
Public Sub CopyTo ( _
	array As VGPermissionSet(), _
	index As Integer _
)

Parameters

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

See Also