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

FileSet.Includes Property

[This is preliminary documentation and subject to change.]

Gets the collection of include patterns.

[Visual Basic]
Public ReadOnly Property Includes As StringCollection
[C#]
public System.Collections.Specialized.StringCollection Includes {get;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.FileSet.Includes

See Also

FileSet Class | NAnt.Core.Types Namespace