コード例 #1
0
 public void WriteTo(JsonTextWriter textWriter)
 {
     textWriter.WritePropertyName(this.Name);
     this.Value.WriteTo(textWriter);
 }