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

CommandLineArgument.Finish Method 

[This is preliminary documentation and subject to change.]

Sets the value of the argument on the specified object.

[Visual Basic]
Public Sub Finish( _
   ByVal destination As Object _
)
[C#]
public void Finish(
   object destination
);

Parameters

destination
The object on which the value of the argument should be set.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Util.CommandLineArgument.Finish(System.Object)

Exceptions

Exception Type Condition
CommandLineArgumentException The argument is required and no value was specified.
NotSupportedException

The matching property is collection-based, but is not initialized and cannot be written to.

-or-

The matching property is collection-based, but has no strongly-typed Add method.

-or-

The matching property is collection-based, but the signature of the Add method is not supported.

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace