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

CategoryCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes a member from the collection.

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

Parameters

item
The Category to remove from the collection.

Remarks

Missing <remarks> documentation for M:NAnt.NUnit2.Types.CategoryCollection.Remove(NAnt.NUnit2.Types.Category)

See Also

CategoryCollection Class | NAnt.NUnit2.Types Namespace