System.Web.Security.MembershipUserCollection.CopyTo Method

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

Syntax

public void CopyTo (MembershipUser[] array, int index)

Parameters

array
A one-dimensional array of type System.Web.Security.MembershipUser that is the destination of the elements copied from the System.Web.Security.MembershipUserCollection. The array must have zero-based indexing.
index
The zero-based index in the array at which copying begins.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0