FastInfoset.NET Class Reference for .NET
XmlFastInfosetWriterProfile Constructor






The profile to copy settings from.
Initializes a new instance of XmlFastInfosetWriterProfile by coping settings of already existing one.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As XmlFastInfosetWriterProfile _
)
'Usage
 
Dim source As XmlFastInfosetWriterProfile
 
Dim instance As New XmlFastInfosetWriterProfile(source)
public XmlFastInfosetWriterProfile( 
   XmlFastInfosetWriterProfile source
)
public XmlFastInfosetWriterProfile( 
    source: XmlFastInfosetWriterProfile
); 
public function XmlFastInfosetWriterProfile( 
   source : XmlFastInfosetWriterProfile
);
public: XmlFastInfosetWriterProfile( 
   XmlFastInfosetWriterProfile* source
)
public:
XmlFastInfosetWriterProfile( 
   XmlFastInfosetWriterProfile^ source
)

Parameters

source
The profile to copy settings 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