TreeNodeBinding.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 TreeNodeBinding object.

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

Private Function Clone As Object
	Implements ICloneable.Clone

Return Value

Type: System.Object

An object that represents a copy of the TreeNodeBinding object.

The ICloneable.Clone method is a helper function that creates a copy of the TreeNodeBinding object from which the ICloneable.Clone method is called.

System_CAPS_noteNote

The ICloneable.Clone method is used primarily by control developers.

.NET Framework
Available since 2.0
Return to top
Show: