示例#1
0
 private void Update(EvaluationContext context)
 {
     InputList.TypedDefaultValue.Value = InputList.Value;
     Result.Value = InputList.GetValue(context);
 }
示例#2
0
 private void Update(EvaluationContext context)
 {
     Result.Value = InputList.GetValue(context);
 }