Example #1
0
 /// <summary>
 /// Add an undefined value to this TSValue.
 /// </summary>
 public virtual void Undefined()
 {
     builder.Undefined();
 }