Esempio n. 1
0
 public string KeyPathToString() =>
 KeyPath
 .AsEnumerableHeadToTail()
 .Select(k => k.FullName)
 .Then(x => string.Join(" <- ", x));