C# Compared—For Each
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. |
For Each
C# supports the For Each syntax through the foreach statement, which can be used on arrays,
collections classes, and other classes that expose the proper interface.
|

