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

CscTask.NeedsCompiling Method 

[This is preliminary documentation and subject to change.]

Determines whether compilation is needed.

[Visual Basic]
Overrides Protected Function NeedsCompiling() As Boolean
[C#]
protected override bool NeedsCompiling();

Return Value

Missing <returns> documentation for M:NAnt.DotNet.Tasks.CscTask.NeedsCompiling

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Tasks.CscTask.NeedsCompiling

See Also

CscTask Class | NAnt.DotNet.Tasks Namespace