RoleGroupCollection.CopyTo Method
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
public void CopyTo ( RoleGroup[] array, int index )
public function CopyTo ( array : RoleGroup[], index : int )
Not applicable.
Parameters
- array
A zero-based array of RoleGroup objects that receives the items copied from the collection.
- index
The position in the target array at which the array starts receiving the copied items.
Community Additions
ADD
Show: