Click or drag to resize

BlockWriterXml Constructor (Stream, XmlWriterSettings)

Create writer, and store to stream

Namespace:  DHI.Mike1D.ModelState
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public BlockWriterXml(
	Stream stream,
	XmlWriterSettings xmlWriterSettings = null
)

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:DHI.Mike1D.ModelState.BlockWriterXml.#ctor(System.IO.Stream,System.Xml.XmlWriterSettings)"]

xmlWriterSettings (Optional)
Type: System.XmlXmlWriterSettings

[Missing <param name="xmlWriterSettings"/> documentation for "M:DHI.Mike1D.ModelState.BlockWriterXml.#ctor(System.IO.Stream,System.Xml.XmlWriterSettings)"]

See Also