コード例 #1
0
ファイル: IHierarchy.cs プロジェクト: tohfe/Olive
 { /// <summary>
   /// Gets the full path of this hirarchical entity, seperated by " > ".
   /// </summary>
     public static string GetFullPath(this IHierarchy node) => node.GetFullPath(" > ");
コード例 #2
0
 { /// <summary>
     /// Gets the full path of this hirarchical entity, seperated by " > ".
     /// </summary>
     public static string GetFullPath(this IHierarchy node)
     {
         return(node.GetFullPath(" > "));
     }