コード例 #1
0
 public override ValueExpression SetVariable(string variable, ValueExpression expression)
 {
     throw LOG.variableMapperIsReadOnly();
 }