NAnt SDK Documentation - v0.92

CompilerBase.NamespaceRegex Property

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

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

Property Value

namespace regular expression for the language of the current compiler

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace