示例#1
0
 public static string GetDescendantsPattern(string path)
 {
     return(SegmentHelper.GetDescendantsPattern(PathConsts.PathSeparator, path));
 }
示例#2
0
 public static string GetDescendantsPattern(string key)
 {
     return(SegmentHelper.GetDescendantsPattern(DictConsts.KeySeparator, key));
 }