Exemplo n.º 1
0
 { /// <summary>
   /// Gets the full path of this hirarchical entity, seperated by " > ".
   /// </summary>
     public static string GetFullPath(this IHierarchy node) => node.GetFullPath(" > ");
Exemplo n.º 2
0
 { /// <summary>
     /// Gets the full path of this hirarchical entity, seperated by " > ".
     /// </summary>
     public static string GetFullPath(this IHierarchy node)
     {
         return(node.GetFullPath(" > "));
     }