コード例 #1
0
 /// <summary>
 /// Add a null value to this TSValue.
 /// </summary>
 public virtual void Null()
 {
     builder.Null();
 }