Pattern.

Pattern(string) Constructor

Summary

Initializes a new instance of the NAnt.Contrib.Tasks.Grep.Pattern class from a regular-expression.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.Grep
Containing Type
Pattern

Syntax

public Pattern(string regex)

Parameters

Name Type Description
regex string The regular-expression.

Return Value

Type Description
void