Ejemplo n.º 1
0
 private static string EncodeKey <TKey>(TKey key)
 => string.Join("#", ReflectionFactory.GetterDelegatesByPropertyInfo(typeof(TKey)).Values.Select(s => s(key).ToString()));