foreach
The foreach is a ranged-for loop statement suitable for iterating data collections.
Syntax
foreach (element in collection)
{
}
The foreach is a ranged-for loop statement suitable for iterating data collections.
foreach (element in collection)
{
}