MembershipUserCollection.CopyTo Method
.NET Framework 2.0
Copies the membership user collection to a one-dimensional array.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void CopyTo ( MembershipUser[] array, int index )
public function CopyTo ( array : MembershipUser[], index : int )
Not applicable.
Parameters
- array
A one-dimensional array of type MembershipUser that is the destination of the elements copied from the MembershipUserCollection. The array must have zero-based indexing.
- index
The zero-based index in the array at which copying begins.
Community Additions
ADD
Show: