¡@

Home 

c# Programming Glossary: objx

confused with the scope in c#

http://stackoverflow.com/questions/1196941/confused-with-the-scope-in-c-sharp

int x 10 x 10 x int i 10 Point1 complier reports error var objX new MyOtherClass var objX new OtherClassOfMine Point2 complier.. complier reports error var objX new MyOtherClass var objX new OtherClassOfMine Point2 complier reports error I understand.. 2 public void MyMethod for int x 10 x 10 x int i 10 var objX new MyOtherClass for int x 10 x 10 x int i 10 var objX new MyOtherClass..