RSS.NET

RssItemCollection.Remove Method 

Removes a specified item from this collection.

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

Parameters

item
The item to remove.

See Also

RssItemCollection Class | Rss Namespace