コード例 #1
0
 /// <summary>
 /// Add a JSON array to this TSValue.
 /// </summary>
 /// <param name="arrayAction">The action that will be invoked to produce the elements of the JSON array.</param>
 public virtual void Array(Action <TSArray> arrayAction = null)
 {
     builder.Array(arrayAction);
 }