Declares that when the specified option is present, all required options must also be present.
public sealed class RequiresConstraint : OptionConstraint
kind:method, kind:property, kind:ctor. Press Esc to clear.RequiresConstraint(String, String[], Func<Boolean>?)Creates a new requires constraint.RequiresConstraint(String, String[])Creates a new requires constraint.OptionNameGets the option that triggers the requirement.RequiredOptionNamesGets the options required when OptionName is present.