RSS.NET

RssModuleItemCollection.Insert Method 

Inserts an item into this collection at a specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal rssModuleItem As RssModuleItem _
)
[C#]
public void Insert(
   int index,
   RssModuleItem rssModuleItem
);

Parameters

index
The zero-based index of the collection at which to insert the item.
rssModuleItem
The item to insert into this collection.

See Also

RssModuleItemCollection Class | Rss Namespace