예제 #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(" > "));
     }