CommandLineArgumentAttribute Constructor
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public CommandLineArgumentAttribute(
string? argumentName = null
)
Public Sub New (
Optional argumentName As String = Nothing
)
Dim argumentName As String
Dim instance As New CommandLineArgumentAttribute(argumentName)
public:
CommandLineArgumentAttribute(
String^ argumentName = nullptr
)
Parameters
- argumentName String (Optional)
-
The name of the argument, or to indicate the member name
should be used, applying the NameTransform specified by the
ParseOptionsArgumentNameTransform property or the ParseOptionsAttributeArgumentNameTransform
property.
The NameTransform will not be applied to explicitly specified names.