|
-
Jun 4th, 2007, 08:03 PM
#1
Thread Starter
Fanatic Member
[2.0] With/End With
how to use with and end with statement in c#?
-
Jun 4th, 2007, 08:46 PM
#2
Re: [2.0] With/End With
There's no such thing as With in C#. You can assign a reference to a local variable and then access that multiple times if you need to avoid evaluating the same expression multiple times, otherwise there's no genuine need for it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|