| ClassBuilderSaveToXml Method (Stream) | 
 
            Saves to an Stream the XML representation of the current record class.
            
 
    Namespace: 
   FileHelpers.Dynamic
    Assembly:
   FileHelpers (in FileHelpers.dll) Version: 3.2.6
 Syntax
Syntaxpublic void SaveToXml(
	Stream stream
)
Public Sub SaveToXml ( 
	stream As Stream
)
Parameters
- stream
- Type: System.IOStream
 Stream to be written.
 See Also
See Also