Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
With endwith - wish c# have it
Message
From
05/04/2007 16:25:16
John Baird
Coatesville, Pennsylvania, United States
 
 
To
05/04/2007 16:12:50
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01212672
Message ID:
01212693
Views:
18
However, it does support the WITH object command that automatically disposes of the object when the enclosed statements have finished..
StreamReader sr = new StreamReader()
WITH sr
{
  a bunch of commands here.
}
>>I was trying to use the with...endwith but I gues c# does not support it.
>
>No.
>Cetin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform