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