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