Summary
Parses an argument list.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- CommandLineParser
Syntax
public void Parse(string[] args, Object destination)
Parameters
| Name | Type | Description |
|---|---|---|
| args | string[] | The arguments to parse. |
| destination | Object | The destination object on which properties will be set corresponding to the specified arguments. |
Return Value
| Type | Description |
|---|---|
| void |
