fields : Member Variable : Class C# Examples


C# Examples » Class » Member Variable »

 

fields









    
class  FieldExample
{
        private  static  int  idCounter;

        protected  int  id;
        public  string  name;
        public  int  x;
        public  int  y;
        private  System.DateTime  createDate;
}
    
   
  
   




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Class
» Member Variable