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