private void ComputeCustomOperator(ICSharpWriter writer) { ComputedValue = CSharpQueryExpression.ComputeQueryResult(writer, Operator, FeatureCall); }
/// <summary> /// Runs the compiler to compute the value as a string. /// </summary> /// <param name="writer">The stream on which to write.</param> public void Compute(ICSharpWriter writer) { //TODO use the precusor instead ComputedValue = CSharpQueryExpression.ComputeQueryResult(writer, ParentFeature, FeatureCall); }