Invalid Code public class Test { } void main () { Test test = null; foreach (var t in test) { } }