Ejemplo n.º 1
0
 public static string GetDescription(this IMethodInvocation input)
 {
     return($"{input.GetName()}<{string.Join<Type>(",", input.MethodBase.GetGenericArguments())}>({input.GetParams()})");
 }