コード例 #1
0
 public static string GetDescendantPath(string path, string relativePath)
 {
     return(SegmentHelper.GetDescendantStr(PathConsts.PathSeparator, path, relativePath));
 }
コード例 #2
0
ファイル: DictHelper.cs プロジェクト: yjpark/dap.core.csharp
 public static string GetDescendantKey(string key, string relativeKey)
 {
     return(SegmentHelper.GetDescendantStr(DictConsts.KeySeparator, key, relativeKey));
 }