GeneratedCommandInfoWithCustomParsingT Constructor
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public GeneratedCommandInfoWithCustomParsing(
CommandManager manager,
CommandAttribute attribute,
DescriptionAttribute? descriptionAttribute = null,
IEnumerable<AliasAttribute>? aliasAttributes = null,
Type? parentCommandType = null
)
Public Sub New (
manager As CommandManager,
attribute As CommandAttribute,
Optional descriptionAttribute As DescriptionAttribute = Nothing,
Optional aliasAttributes As IEnumerable(Of AliasAttribute) = Nothing,
Optional parentCommandType As Type = Nothing
)
Dim manager As CommandManager
Dim attribute As CommandAttribute
Dim descriptionAttribute As DescriptionAttribute
Dim aliasAttributes As IEnumerable(Of AliasAttribute)
Dim parentCommandType As Type
Dim instance As New GeneratedCommandInfoWithCustomParsing(manager,
attribute, descriptionAttribute,
aliasAttributes, parentCommandType)
public:
GeneratedCommandInfoWithCustomParsing(
CommandManager^ manager,
CommandAttribute^ attribute,
DescriptionAttribute^ descriptionAttribute = nullptr,
IEnumerable<AliasAttribute^>^ aliasAttributes = nullptr,
Type^ parentCommandType = nullptr
)
Parameters
- manager CommandManager
- The command manager.
- attribute CommandAttribute
- The CommandAttribute.
- descriptionAttribute DescriptionAttribute (Optional)
- The DescriptionAttribute.
- aliasAttributes IEnumerableAliasAttribute (Optional)
- A collection of AliasAttribute values.
- parentCommandType Type (Optional)
- The type of the parent command.