Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add the with keyword
#4
like this? Tongue

Code:
Copy      Help
User u = new User()
{
   ID = 123456,
   Name = "test",
   Password = "test"
};


or:
Code:
Copy      Help
using abc = a.b.c.d;
abc.xxx = "xxx";
abc.yyy();


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)