JsonTextWriter Constructor |
Namespace:
Stimulsoft.Base.Json
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public JsonTextWriter(
TextWriter textWriter
)
Public Sub New (
textWriter As TextWriter
)
Parameters
- textWriter
- Type: System.IOTextWriter
[Missing <param name="textWriter"/> documentation for "M:Stimulsoft.Base.Json.JsonTextWriter.#ctor(System.IO.TextWriter)"]
See Also