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



Gets and sets whether this reader should close the input stream when closed.


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

Syntax

Visual Basic (Declaration) 
Public Property CloseInput As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Boolean
 
instance.CloseInput = value
 
value = instance.CloseInput
C# 
public bool CloseInput {get; set;}
C++/CLI 
public:
property bool CloseInput {
   bool get();
   void set (bool value);
}

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also