Noemax FastInfoset.NET
Clone Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriterProfile Class : Clone Method






Creates a copy cone of the XmlFastInfosetWriterProfile.

Syntax

Visual Basic (Declaration) 
Public Function Clone() As XmlFastInfosetWriterProfile
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriterProfile
Dim value As XmlFastInfosetWriterProfile
 
value = instance.Clone()
C# 
public XmlFastInfosetWriterProfile Clone()
Delphi 
public function Clone(): XmlFastInfosetWriterProfile; 
JScript 
public function Clone() : XmlFastInfosetWriterProfile;
Managed Extensions for C++ 
public: XmlFastInfosetWriterProfile* Clone(); 
C++/CLI 
public:
XmlFastInfosetWriterProfile^ Clone(); 

Return Value

The clone of this object.

See Also