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