예제 #1
0
 public override void SetValue(ExpressionState state, object value)
 {
     state.SetVariable(_name, value);
 }