using System;using System.Text;class MainClass{ public static void Main() { Type t1 = typeof(StringBuilder); }}