i don't know what is it in C#. anyone? kinda new here. thanks.
Printable View
i don't know what is it in C#. anyone? kinda new here. thanks.
I'm not aware of a C# equivalent to the VB.NET With statement.
DJ
thanks mate. so there's no with in c#.Quote:
Originally posted by dj4uk
I'm not aware of a C# equivalent to the VB.NET With statement.
DJ
Yeah I think it's seen as poor coding practive for some reason. C# is alot tighter about things like that.
DJ
With statement will be available in a new version of .NET framework 1.2 - should be available some time in 2005.
To read more:
http://lab.msdn.microsoft.com/vs2005/