RSS.NET

RssModuleCollection.Insert Method 

Inserts an item into this collection at a specified index.

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

Parameters

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

See Also

RssModuleCollection Class | Rss Namespace