Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.Clear() Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : Clear Method



Clears the internal state of XmlFastInfosetWriter.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Public Sub Clear() 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
 
instance.Clear()
C# 
public void Clear()
C++/CLI 
public:
void Clear(); 

Remarks

Clears the internal state of the writer. After a call to this method the writer remains in an uninitialized state. You must call Init in order to reuse the writer for writing into another stream.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also