IlasmTask.

Sources Property

Summary

Specifies the set of source files to compile.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
IlasmTask

Syntax

[BuildElement("sources", Required = true)]
public FileSet Sources { get; set; }

Attributes

Type Description
BuildElementAttribute Indicates that the property should be treated as an XML element and further processing should be done.

Value

Type Description
FileSet A NAnt.Core.Types.FileSet that represents the set of source files to compile.