Beispiel #1
0
 public static string GetDescendantPath(string path, string relativePath)
 {
     return(SegmentHelper.GetDescendantStr(PathConsts.PathSeparator, path, relativePath));
 }
Beispiel #2
0
 public static string GetDescendantKey(string key, string relativeKey)
 {
     return(SegmentHelper.GetDescendantStr(DictConsts.KeySeparator, key, relativeKey));
 }