NAnt SDK Documentation - v0.92

Target.Dependencies Property

A collection of target names that must be executed before this target.

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

See Also

Target Class | NAnt.Core Namespace