RSS.NET

RssModuleItemCollectionCollection.Insert Method 

Inserts an item into this collection at a specified index.

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

Parameters

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

See Also

RssModuleItemCollectionCollection Class | Rss Namespace