コード例 #1
0
 /// <summary>
 /// Add a /* */ comment to this TSFile. If no non-null and non-empty lines are provided, then nothing will be added.
 /// </summary>
 /// <param name="lines">The lines to add. Null lines will be ignored.</param>
 public void Comment(params string[] lines)
 {
     builder.Comment(lines);
 }