Visual Guard Class Library Documentation

VGRoleCollection.CopyTo Method 

Copies the role collection to a one-dimensional array.

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

Parameters

array
A one-dimensional array of type VGRole that is the destination of the elements copied from the VGRoleCollection. The array must have zero-based indexing.
index
The zero-based index in the array at which copying begins.

See Also

VGRoleCollection Class | Novalys.VisualGuard.Security.Membership Namespace