Noemax FastInfoset.NET
Clear Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : Clear Method






Clears the internal state of XmlFastInfosetWriter.

Syntax

Visual Basic (Declaration) 
Public Sub Clear() 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
 
instance.Clear()
C# 
public void Clear()
Delphi 
public procedure Clear(); 
JScript 
public function Clear();
Managed Extensions for 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.

See Also