I have:
public static int[] ArrayWorkings()
I can call it happily with MyClass.ArrayWorkings() from anywhere. But I want to build in some extra functionality by requiring a parameter such as:
public static int[] ArrayWorkings(int variable)
I get the error No overload for method ArrayWorkings, takes 0 arguments. Why is this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…