 Declaration Syntax
 Declaration Syntax| C# | 
public class JsonWriter
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | JsonWriter()()()() | Initializes a new instance of the JsonWriter class | 
|  | JsonWriter(StringBuilder) | Initializes a new instance of the JsonWriter class | 
|  | JsonWriter(TextWriter) | Initializes a new instance of the JsonWriter class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IndentValue | |
|  | PrettyPrint | |
|  | Reset()()()() | |
|  | TextWriter | |
|  | ToString()()()() | (Overrides Object.ToString()()()().) | 
|  | Validate | |
|  | Write(Boolean) | |
|  | Write(Decimal) | |
|  | Write(Double) | |
|  | Write(Int32) | |
|  | Write(Int64) | |
|  | Write(String) | |
|  | Write(UInt64) | |
|  | Write(DateTime) | |
|  | WriteArrayEnd()()()() | |
|  | WriteArrayStart()()()() | |
|  | WriteObjectEnd()()()() | |
|  | WriteObjectStart()()()() | |
|  | WritePropertyName(String) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | JsonWriter |