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