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

TargetCollection.Add Method (Object)

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Overrides Overloads Public Function Add( _
   ByVal value As Object _
) As Integer _
    Implements IList.Add
[C#]
public override int Add(
   object value
);

Parameters

value
Missing <param> documentation for value

Return Value

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

Implements

IList.Add

Remarks

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

See Also

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