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