Ejemplo n.º 1
0
 public static bool HasLift <TNode>(this INodeContext <TNode> context)
 {
     return(context.Has(IRuleRef.LiftRefName));
 }