CommandLineArgumentAttribute Constructor
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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.