| RangeFor/range_for.cm |
| public class | Foo |
| public class | MyCollection |
| public void | AddOneToAll(List<int>& intList) |
| public void | PrintIntList(const List<int>& intList) |
| public void | PrintMyCollection(const MyCollection& myCollection) |
| public void | PrintStringList(const List<String<char>>& stringList) |
| void | main() |
| public TextWriter& | operator<<(TextWriter& writer, const Foo& foo) |