Skip to main content
Mit dem foreach-Loop können wir über Collections iterieren.
foreach (type variable in collection) 
{
    ..
}