Click or drag to resize
XmlWriterFlush Method
When overridden in a derived class, flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract void Flush()
See Also