FastInfoset.NET Class Reference for .NET
CopyFrom Method (XmlFastInfosetWriterProfile)






The source XmlFastInfosetWriterProfile object to copy properties from.
Copies all properties from already existing XmlFastInfosetWriterProfile object.
Syntax
'Declaration
 
Public Sub CopyFrom( _
   ByVal source As XmlFastInfosetWriterProfile _
) 
'Usage
 
Dim instance As XmlFastInfosetWriterProfile
Dim source As XmlFastInfosetWriterProfile
 
instance.CopyFrom(source)
public void CopyFrom( 
   XmlFastInfosetWriterProfile source
)
public procedure CopyFrom( 
    source: XmlFastInfosetWriterProfile
); 
public function CopyFrom( 
   source : XmlFastInfosetWriterProfile
);
public: void CopyFrom( 
   XmlFastInfosetWriterProfile* source
) 
public:
void CopyFrom( 
   XmlFastInfosetWriterProfile^ source
) 

Parameters

source
The source XmlFastInfosetWriterProfile object to copy properties from.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetWriterProfile Class
XmlFastInfosetWriterProfile Members

Send Feedback