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

TargetCollection.Add Method (Target)

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.Core.TargetCollection.Add(NAnt.Core.Target)

[Visual Basic]
Overridable Overloads Public Function Add( _
   ByVal t As Target _
) As Integer
[C#]
public virtual int Add(
   Target t
);

Parameters

t
Missing <param> documentation for t

Return Value

Missing <returns> documentation for M:NAnt.Core.TargetCollection.Add(NAnt.Core.Target)

Remarks

Missing <remarks> documentation for M:NAnt.Core.TargetCollection.Add(NAnt.Core.Target)

See Also

TargetCollection Class | NAnt.Core Namespace | TargetCollection.Add Overload List