コード例 #1
0
ファイル: FunctionWrapper.cs プロジェクト: Insire/Decorator
 public FunctionWrapper(MethodInfo method)
 {
     Method    = method;
     _versions = new ConcurrentHashcodeDictionary <Type, ILFunc>();
 }