foreach-Loops

Mit dem foreach-Loop können wir über Collections iterieren.

foreach (type variable in collection) 
{
    
}

Zuletzt aktualisiert