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