NAnt SDK Documentation - v0.92

VbcTask.NamespaceRegex Property

Gets the namespace regular expression for the language of the current compiler.

[Visual Basic]
Overrides Protected ReadOnly Property NamespaceRegex As Regex
[C#]
protected override System.Text.RegularExpressions.Regex NamespaceRegex {get;}

Property Value

Namespace regular expression for the language of the current compiler.

See Also

VbcTask Class | NAnt.DotNet.Tasks Namespace