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

FormatterCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As Formatter _
)
[C#]
public void Remove(
   Formatter item
);

Parameters

item
The Formatter to remove from the collection.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.FormatterCollection.Remove(NAnt.Core.Types.Formatter)

See Also

FormatterCollection Class | NAnt.Core.Types Namespace