NAnt SDK Documentation - v0.85-nightly-2005-11-09

CompilerBase.Extension Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.CompilerBase.Extension

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace