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

JscTask.NamespaceRegex Property

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

JscTask Class | NAnt.DotNet.Tasks Namespace