Call GetType() from StringBuilder : Type : Reflection C# Source Code


Custom Search

C# Source Code » Reflection » Type »

 

Call GetType() from StringBuilder








    
 

using System;
using System.Text;

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

       }

}

 
    
   
  
   







HTML code for linking to this page:

Follow Navioo On Twitter

C# Source Code

 Navioo Reflection
» Type