C# Compared—For Each

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
CSharp-Online.NET:Articles
C# Articles

C# Compared to Other Languages

© 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.


Previous_Page_.gif Next_Page_.gif


Personal tools