in
The in is a prepositional keyword used with the foreach statement.
Syntax
foreach (element in collection)
{
}
The in is a prepositional keyword used with the foreach statement.
foreach (element in collection)
{
}