NAnt SDK Documentation - v0.85-nightly-2005-11-09

CommandLineArgument Constructor 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.Core.Util.CommandLineArgument.#ctor(NAnt.Core.Util.CommandLineArgumentAttribute,System.Reflection.PropertyInfo)

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

Parameters

attribute
Missing <param> documentation for attribute
propertyInfo
Missing <param> documentation for propertyInfo

Remarks

Missing <remarks> documentation for M:NAnt.Core.Util.CommandLineArgument.#ctor(NAnt.Core.Util.CommandLineArgumentAttribute,System.Reflection.PropertyInfo)

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace