RSS.NET
RssFeedCollection.Remove Method
Removes a specified category from this collection.
[Visual Basic]
Public Sub Remove( _
ByVal
feed
As
RssFeed
_
)
[C#]
public
void
Remove(
RssFeed
feed
);
Parameters
feed
The category to remove.
See Also
RssFeedCollection Class
|
Rss Namespace