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