示例#1
0
 public FunctionWrapper(MethodInfo method)
 {
     Method    = method;
     _versions = new ConcurrentHashcodeDictionary <Type, ILFunc>();
 }