RSS.NET

RssItemCollection.Add Method 

Adds a specified item to this collection.

[Visual Basic]
Public Function Add( _
   ByVal item As RssItem _
) As Integer
[C#]
public int Add(
   RssItem item
);

Parameters

item
The item to add.

Return Value

The zero-based index of the added item.

See Also

RssItemCollection Class | Rss Namespace