CommandLineArgument.

Finish(Object) Method

Summary

Sets the value of the argument on the specified object.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Util
Containing Type
CommandLineArgument

Syntax

[ReflectionPermission(SecurityAction.Demand, Flags = ReflectionPermissionFlag.NoFlags)]
public void Finish(Object destination)

Attributes

Type Description
ReflectionPermissionAttribute

Parameters

Name Type Description
destination Object The object on which the value of the argument should be set.

Return Value

Type Description
void