Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RoleGroupCollection::CopyTo Method (array<RoleGroup^>^, Int32)

 

Copies all the items from the RoleGroupCollection collection to a compatible one-dimensional array of RoleGroup objects, starting at the specified index in the target array.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
void CopyTo(
	array<RoleGroup^>^ array,
	int index
)

Parameters

array
Type: array<System.Web.UI.WebControls::RoleGroup^>^

A zero-based array of RoleGroup objects that receives the items copied from the collection.

index
Type: System::Int32

The position in the target array at which the array starts receiving the copied items.

Use the CopyTo method to copy the contents of the collection into the specified zero-based array. Items are copied starting at the specified index of the target array. After the items are in an array, you can use array syntax to access the items in the RoleGroupCollection collection.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft