1 // cs0199.cs: A static readonly field `ClassMain.index' cannot be passed ref or out (except in a static constructor)
5 static readonly int index
;
9 GetMaxIndex (ref index
);
12 static void GetMaxIndex (ref int value)
17 public static void Main ()
19 GetMaxIndex (ref index
);