private void Update(EvaluationContext context) { InputList.TypedDefaultValue.Value = InputList.Value; Result.Value = InputList.GetValue(context); }
private void Update(EvaluationContext context) { Result.Value = InputList.GetValue(context); }