Visual Guard Class Library Documentation

VGPermissionSetCollection.CopyTo Method 

Copies the permission set collection to a one-dimensional array.

public void CopyTo(
   VGPermissionSet[] array,
   Int32 index
);

Parameters

array
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
The zero-based index in the array at which copying begins.

See Also

VGPermissionSetCollection Class | Novalys.VisualGuard.Security.Membership Namespace