コード例 #1
0
ファイル: GlobalMemoryCache.cs プロジェクト: divilla/Whizz
 private static string EncodeKey <TKey>(TKey key)
 => string.Join("#", ReflectionFactory.GetterDelegatesByPropertyInfo(typeof(TKey)).Values.Select(s => s(key).ToString()));