NAnt SDK Documentation - v0.92

PatternSet.IncludesFile Property

Loads multiple patterns of files to include from a given file, set using the PatternName parameter.

[Visual Basic]
<BuildElementArray(ElementType:=null, Name:="includesfile", Required:=False, ProcessXml:=True)>
Public ReadOnly Property IncludesFile As PatternCollection
[C#]
[BuildElementArray(ElementType=null, Name="includesfile", Required=False, ProcessXml=True)]
public PatternCollection IncludesFile {get;}

See Also

PatternSet Class | NAnt.Core.Types Namespace