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