using System;using System.Text;class MainClass{ public static void Main() { StringBuilder sb = new StringBuilder(); Type t6 = sb.GetType(); }}