コード例 #1
0
ファイル: CacheUtils.cs プロジェクト: dKluev/Site
 public static string GetCacheKey <T>(Expression <Action <T> > method)
 {
     return(GetCacheKey(ExpressionUtils.GetMethodInfo(method)));
 }