TreeNode.ICloneable.Clone Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a copy of the TreeNode object.

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

object ICloneable.Clone()

Return Value

Type: System.Object

An Object that represents a copy of the TreeNode object.

The ICloneable.Clone method is used by the TreeNode class to make a copy of itself.

.NET Framework
Available since 2.0
Return to top
Show: