unity c# foreach

C#
foreach(var item in collection) {
  
}
Source

Also in C#: