TreeNodeStyleCollection.CopyTo Method (TreeNodeStyle[], Int32)
.NET Framework 3.0
Copies all the items from the TreeNodeStyleCollection object to a compatible one-dimensional array of TreeNodeStyle 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 ( TreeNodeStyle[] styleArray, int index )
public function CopyTo ( styleArray : TreeNodeStyle[], index : int )
Not applicable.
Parameters
- styleArray
A zero-based array of TreeNodeStyle objects that receives the copied items from the TreeNodeStyleCollection.
- index
The position in the target array at which to start receiving the copied content.
Community Additions
ADD
Show: