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

CommandLineArgumentCollection Constructor (CommandLineArgumentCollection)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the CommandLineArgumentCollection class with the specified CommandLineArgumentCollection instance.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As CommandLineArgumentCollection _
)
[C#]
public CommandLineArgumentCollection(
   CommandLineArgumentCollection value
);

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.Core.Util.CommandLineArgumentCollection.#ctor(NAnt.Core.Util.CommandLineArgumentCollection)

See Also

CommandLineArgumentCollection Class | NAnt.Core.Util Namespace | CommandLineArgumentCollection Constructor Overload List