Obtain type information using the typeof operator : Typeof : Operator C# Examples


C# Examples » Operator » Typeof »

 

Obtain type information using the typeof operator









    
using  System;
using  System.Text;

class  MainClass
{
        public  static  void  Main()
        {

                Type  t1  =  typeof(StringBuilder);

        }
}
    
   
  
   




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Operator
» Typeof