NAnt SDK Documentation - v0.85-nightly-2005-11-09

CompilerBase.NamespaceRegex Property

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.CompilerBase.NamespaceRegex

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace