Пример #1
0
 public static int GetDepth(string path)
 {
     return(SegmentHelper.GetDepth(PathConsts.PathSeparator, path));
 }
Пример #2
0
 public static int GetDepth(string key)
 {
     return(SegmentHelper.GetDepth(DictConsts.KeySeparator, key));
 }