Summary
Gets the file extension required by the current compiler.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- VbcTask
Syntax
public override string Extension { get; }
Value
| Type | Description |
|---|---|
| string |
For the VB.NET compiler, the file extension is always vb.
|
