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






source
The source XmlFastInfosetWriterProfile object to copy properties from.
Coppies all properties from already existing XmlFastInfosetWriterProfile object.

Syntax

Visual Basic (Declaration) 
Public Sub CopyFrom( _
   ByVal source As XmlFastInfosetWriterProfile _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriterProfile
Dim source As XmlFastInfosetWriterProfile
 
instance.CopyFrom(source)
C# 
public void CopyFrom( 
   XmlFastInfosetWriterProfile source
)
Delphi 
public procedure CopyFrom( 
    source: XmlFastInfosetWriterProfile
); 
JScript 
public function CopyFrom( 
   source : XmlFastInfosetWriterProfile
);
Managed Extensions for C++ 
public: void CopyFrom( 
   XmlFastInfosetWriterProfile* source
) 
C++/CLI 
public:
void CopyFrom( 
   XmlFastInfosetWriterProfile^ source
) 

Parameters

source
The source XmlFastInfosetWriterProfile object to copy properties from.

See Also