Click or drag to resize

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
public void SaveToXml(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream to be written.
See Also