RequiresAnyAttribute(String, String) Constructor
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public RequiresAnyAttribute(
string argument1,
string argument2
)
Public Sub New (
argument1 As String,
argument2 As String
)
Dim argument1 As String
Dim argument2 As String
Dim instance As New RequiresAnyAttribute(argument1,
argument2)
public:
RequiresAnyAttribute(
String^ argument1,
String^ argument2
)
Parameters
- argument1 String
- The name of the first argument.
- argument2 String
- The name of the second argument.