implicit this : This : Class C# Examples


C# Examples » Class » This »

 

implicit this









    
class  MainClass
        {
                int  state;
                public  void  Foo()
                {
                        state++;
                        this.state++;
                }
        }
    
   
  
   




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Class
» This