Summary
Gets the file extension required by the current compiler.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- CompilerBase
Syntax
public abstract string Extension { get; }
Value
Type | Description |
---|---|
string | The file extension required by the current compiler. |