JsonWriter Constructor (StringBuilder) |
Initializes a new instance of the
JsonWriter class
Namespace: X3Platform.JsonAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic JsonWriter(
StringBuilder sb
)
public:
JsonWriter(
StringBuilder^ sb
)
Parameters
- sb
- Type: System.TextStringBuilder
[Missing <param name="sb"/> documentation for "M:X3Platform.Json.JsonWriter.#ctor(System.Text.StringBuilder)"]
See Also