GeneratedArgumentTElementWithNullable Constructor
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public GeneratedArgument(
in ArgumentCreationInfo info
)
Public Sub New (
ByRef info As ArgumentCreationInfo
)
Dim info As ArgumentCreationInfo
Dim instance As New GeneratedArgument(info)
public:
GeneratedArgument(
[InAttribute] ArgumentCreationInfo% info
)
Parameters
- info ArgumentCreationInfo
- The argument creation information.