C# Compared—Missing Statements
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:Articles |
| C# Articles |
| © 2005 C. Gunnerson, et al. |
[edit]
Missing Statements
There is no With, Choose, or the equivalent of Switch in C#. There is also no CallByName feature,
though this can be performed through reflection.
|

