Visual Guard Class Library Documentation

VGMembershipUserCollection.CopyTo Method 

Copies the membership user collection to a one-dimensional array.

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

Parameters

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

See Also

VGMembershipUserCollection Class | Novalys.VisualGuard.Security.Membership Namespace