コード例 #1
0
 /// <summary>
 /// Gets a JSON string representing the object.
 /// </summary>
 public string ToJson()
 {
     return(JsonConverter.ToJson(this));
 }