MatchPatternNAryResult
public class MatchPatternNAryResult : MatchPatternResult, System.IEquatable<MatchPatternNAryResult>
Inheritance Object → MatchPatternResult → MatchPatternNAryResult
Implements IEquatable<MatchPatternResult>, IEquatable<MatchPatternNAryResult>
Properties
NotMatchedExpressionsCurve
public List<IGenericExpression<Curve>> NotMatchedExpressionsCurve { get; set; }
Property Value
List<IGenericExpression<Curve>>
NotMatchedExpressionsRational
public List<IGenericExpression<Rational>> NotMatchedExpressionsRational { get; set; }
Property Value
List<IGenericExpression<Rational>>
NaryTypePartialMatch
public Type NaryTypePartialMatch { get; set; }
Property Value
NaryNamePartialMatch
public string NaryNamePartialMatch { get; set; }