Clone Method

Creates a new object that is a copy of the current instance.

Syntax

Visual Basic Overridable  Public  Function 
Clone( ) As object
C# public   virtual  object 
Clone( );
Managed C++ public:   virtual  object 
Clone( );
JScript public  function
Clone( );

Return Value

object. A copy of the current instance.

Applies To

BaseChildNode, BaseChildNodeCollection, CssCollection

See Also

Internet Explorer WebControls