Ejemplo n.º 1
0
 internal ForClassEndIf(FluentScope fluentScope)
 {
     _fluentScope = fluentScope;
 }
Ejemplo n.º 2
0
 object IFluentNode.GetSelf(FluentScope fluentScope)
 {
     return(new ForClassEndIf <T, ENDIF>(fluentScope));
 }
Ejemplo n.º 3
0
 public void Execute(FluentScope scope, FluentBuilderToken token)
 {
     _action(scope, token);
 }