
Declaration Syntax
public virtual void WriteValue(
char value
)
Public Overridable Sub WriteValue ( _
value As Char _
)
public:
virtual void WriteValue(
wchar_t value
)

Parameters
- value (Char)
- The Char value to write.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13929)