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