Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
CommandLine
ValueArgument
C# Class CommandLine.ValueArgument
ValueArguments are arguments that take a value. This is the parent class for positional and keyword arguments.
Inheritance:
Argument
Exibir arquivo
Open project: agardiner/hfmcmd
Public Properties
Property
Type
Description
Validate
ValidateHandler
Public Methods
Method
Description
AddValidator
(
ArgumentValidator
validator
) :
void
Method Details
AddValidator()
public
method
public
AddValidator
(
ArgumentValidator
validator
) :
void
validator
ArgumentValidator
return
void
Property Details
Validate
public_oe property
public
ValidateHandler
Validate
return
ValidateHandler