PrefixConstraint public abstract class PrefixConstraint : Constraint Abstract base class used for prefixes Documentation Code protected IConstraint BaseConstraint { get; } The base constraint protected string DescriptionPrefix { get; } Prefix used in forming the constraint description protected PrefixConstraint(IResolveConstraint baseConstraint, string descriptionPrefix) Construct given a base constraint