ArgumentProviderRunValidators Method
            Runs the class validators for the arguments type.
            
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public void RunValidators(
	CommandLineParser parser
)
Public Sub RunValidators ( 
	parser As CommandLineParser
)
Dim instance As ArgumentProvider
Dim parser As CommandLineParser
instance.RunValidators(parser)
public:
void RunValidators(
	CommandLineParser^ parser
)
Parameters
- parser  CommandLineParser
 - The CommandLineParser that is parsing the arguments.