WCF-Xtensions Class Reference for Mono
CopyFrom Method (FastInfosetSettings)






Syntax
'Declaration
 
Public Sub CopyFrom( _
   ByVal source As FastInfosetSettings _
) 
'Usage
 
Dim instance As FastInfosetSettings
Dim source As FastInfosetSettings
 
instance.CopyFrom(source)
public void CopyFrom( 
   FastInfosetSettings source
)
public procedure CopyFrom( 
    source: FastInfosetSettings
); 
public function CopyFrom( 
   source : FastInfosetSettings
);
public: void CopyFrom( 
   FastInfosetSettings* source
) 
public:
void CopyFrom( 
   FastInfosetSettings^ source
) 

Parameters

source
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

FastInfosetSettings Class
FastInfosetSettings Members

Send Feedback