Option.Validators Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validators that will be called when the option is matched by the parser.
public:
property System::Collections::Generic::List<Action<System::CommandLine::Parsing::OptionResult ^> ^> ^ Validators { System::Collections::Generic::List<Action<System::CommandLine::Parsing::OptionResult ^> ^> ^ get(); };
public System.Collections.Generic.List<Action<System.CommandLine.Parsing.OptionResult>> Validators { get; }
member this.Validators : System.Collections.Generic.List<Action<System.CommandLine.Parsing.OptionResult>>
Public ReadOnly Property Validators As List(Of Action(Of OptionResult))