RSS.NET

RssCategoryCollection.Remove Method 

Removes a specified category from this collection.

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

Parameters

rssCategory
The category to remove.

See Also

RssCategoryCollection Class | Rss Namespace