Exemplo n.º 1
0
 public abstract RuntimeValueWrapper Invoke(RuntimeContext context, RuntimeValueWrapper argument);
Exemplo n.º 2
0
 public RuntimeValueWrapper(RuntimeValue value, RuntimeContext context)
 {
     this.Value   = value;
     this.Context = context;
 }
Exemplo n.º 3
0
 public abstract RuntimeValueWrapper Execute(RuntimeContext context);