NAnt SDK Documentation - v0.92

CompilerBase.Extension Property

Gets the file extension required by the current compiler.

[Visual Basic]
MustOverride Public ReadOnly Property Extension As String
[C#]
public abstract string Extension {get;}

Property Value

The file extension required by the current compiler.

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace