Пример #1
0
 public static string GetCacheKey <T>(Expression <Action <T> > method)
 {
     return(GetCacheKey(ExpressionUtils.GetMethodInfo(method)));
 }