I have 100 method like
public void function1() {}
public void function2() {}
....
public void function100() {}
The question is how can i call these function without calling them one by one? or how can i call a function from a string like:
string S = "TheFunction"+x.Tostring()+"()";