RSS.NET

RssChannelCollection.Remove Method 

Removes a specified channel from this collection.

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

Parameters

channel
The channel to remove.

See Also

RssChannelCollection Class | Rss Namespace