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

VjcTask.ClassNameRegex Property

[This is preliminary documentation and subject to change.]

Gets the class name regular expression for the language of the current compiler.

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

Property Value

Class name regular expression for the language of the current compiler.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.VjcTask.ClassNameRegex

See Also

VjcTask Class | NAnt.DotNet.Tasks Namespace