MembershipUserCollection::CopyTo Method (array<MembershipUser^>^, Int32)
.NET Framework (current version)
Copies the membership user collection to a one-dimensional array.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Parameters
- array
-
Type:
array<System.Web.Security::MembershipUser^>^
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
-
Type:
System::Int32
The zero-based index in the array at which copying begins.
.NET Framework
Available since 2.0
Available since 2.0
Show: