Why won\'t this work?
public static int[] GetListOfAllDaysForMonths() { static int[] MonthDays = new int[] {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,2
What would be the scope of that static variable declared within the method? I don't think CLR supports method static variables, does it?