C#C
C#4y ago
MTMB

Is there some way that I can have a method in a Dictionary?

For example something like this:
Dictionary<string, method> test = new Dictionary<string, method>();
test.add("Something", MyMethod());
Was this page helpful?