CommandLineArgument.

CommandLineArgument(CommandLineArgumentAttribute, PropertyInfo) Constructor

Summary

Initializes a new instance of the NAnt.Core.Util.CommandLineArgument class.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Util
Containing Type
CommandLineArgument

Syntax

public CommandLineArgument(CommandLineArgumentAttribute attribute, PropertyInfo propertyInfo)

Parameters

Name Type Description
attribute CommandLineArgumentAttribute The attribute.
propertyInfo PropertyInfo The property information.

Return Value

Type Description
void