Ejemplo n.º 1
0
 public virtual bool IsCategory(ITermCategory category)
 {
     if (category == null)
     {
         return(false);
     }
     return(IsCategory(category.GetType()));
 }