Example #1
0
 public static IEnumerable <string> UserPaths(string path = null) => UserProps
 .Select(p => path == null ? p : $"{path}.{p}");