Summary
Convert path patterns to regularexpression patterns. Stored in the given string collection.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .StarTeam - Containing Type
- TreeBasedTask
Syntax
protected void populatePatterns(StringCollection paths, out StringCollection patterns)
Parameters
| Name | Type | Description |
|---|---|---|
| paths | StringCollection | collection of paths to expand into regular expressions |
| patterns | StringCollection | collection to store the given regularexpression patterns |
Return Value
| Type | Description |
|---|---|
| void |
