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