Esempio n. 1
0
 public static string GetChildrenPattern(string path)
 {
     return(SegmentHelper.GetChildrenPattern(PathConsts.PathSeparator, path));
 }
Esempio n. 2
0
 public static string GetChildrenPattern(string key)
 {
     return(SegmentHelper.GetChildrenPattern(DictConsts.KeySeparator, key));
 }