RSS.NET

RssModuleItemCollection.Add Method 

Adds a specified item to this collection.

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

Parameters

rssModuleItem
The item to add.

Return Value

The zero-based index of the added item.

See Also

RssModuleItemCollection Class | Rss Namespace