This method does not compile with the error "Default parameter for Index1 must be a compile-time constant. I am passing a int[3]; Why is this happening? How can I solve this?
public void C_Loader(int[] Index1 = new int[3] {4,4,4}, int[] Index2 = new int[3] {8,8,8}, int[] Index3 = new int[3] {10,10,10})