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