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