示例#1
0
 /// <summary>
 /// Writes the json.
 /// </summary>
 /// <param name="writer">The writer.</param>
 public override void WriteJson(JsonWriter writer)
 {
     JSonHelper <Result> .WriteJSon(this, writer);
 }