¡@

Home 

c# Programming Glossary: arrayworkings

No overload for method, takes 0 arguments?

http://stackoverflow.com/questions/11217681/no-overload-for-method-takes-0-arguments

for method takes 0 arguments I have public static int ArrayWorkings I can call it happily with MyClass.ArrayWorkings from anywhere... 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..