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