Example #1
0
 public static void Clear(this Text.StringBuilder builder)
 {
     builder.Remove(0, builder.Length);
 }