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