Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteState Property
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : WriteState Property



Gets the state of the writer.


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

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable ReadOnly Property WriteState As WriteState
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim value As WriteState
 
value = instance.WriteState
C# 
public override WriteState WriteState {get;}
C++/CLI 
public:
property WriteState WriteState override {
   WriteState get();
}

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in System.Xml.XmlWriter