ClassBuilderSaveToXml Method (TextWriter) |
Save to a TextWriter the XML representation of the current record class.
Namespace:
FileHelpers.Dynamic
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic void SaveToXml(
TextWriter writer
)
Public Sub SaveToXml (
writer As TextWriter
)
Parameters
- writer
- Type: System.IOTextWriter
The TextWriter for the output Stream.
See Also