NAnt SDK Documentation - v0.92

CommandLineArgument Constructor 

[Visual Basic]
Public Sub New( _
   ByVal attribute As CommandLineArgumentAttribute, _
   ByVal propertyInfo As PropertyInfo _
)
[C#]
public CommandLineArgument(
   CommandLineArgumentAttribute attribute,
   PropertyInfo propertyInfo
);

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace