Method | Description | |
---|---|---|
CommandLineArgument ( NAnt.Core.Util.CommandLineArgumentAttribute attribute, |
||
SetValue ( string value ) : void |
Assigns the specified value to the argument.
|
Method | Description | |
---|---|---|
Finish ( object destination ) : void | ||
GetArgumentType ( NAnt.Core.Util.CommandLineArgumentAttribute attribute, |
||
GetElementType ( |
||
IsArrayType ( |
Indicates whether the specified Type is an array.
|
|
IsCollectionType ( |
Indicates whether the specified Type is collection-based.
|
|
IsNameValueCollectionType ( |
Indicates whether the specified Type is a NameValueCollection.
|
|
ParseValue ( |
public CommandLineArgument ( NAnt.Core.Util.CommandLineArgumentAttribute attribute, |
||
attribute | NAnt.Core.Util.CommandLineArgumentAttribute | |
propertyInfo | ||
return | System |
public SetValue ( string value ) : void | ||
value | string | The value that should be assigned to the argument. |
return | void |