Summary
Gets the class name regular expression for the language of the current compiler.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- CompilerBase
Syntax
protected abstract Regex ClassNameRegex { get; }
Value
| Type | Description |
|---|---|
| Regex | class name regular expression for the language of the current compiler |
