コード例 #1
0
 public static IMethodWrapper CreateWrapper(this MethodInfo method)
 {
     return(ReflectionUtility.CreateMethodWrapper(method));
 }