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

Target.Dependencies Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Target.Dependencies

See Also

Target Class | NAnt.Core Namespace