How do you pass a dictionary as a function argument in C#?
Unity shows errors with the following for a dictionary with string keys and int values:
public static int dicresult(Dictionary dic,String key)
public static int dicresult(Dictionary dic,String key)