MTMB
MTMB
Explore posts from servers
CC#
Created by MTMB on 10/17/2022 in #help
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());
Dictionary<string, method> test = new Dictionary<string, method>();
test.add("Something", MyMethod());
8 replies