RSS.NET

RssFeedCollection.Insert Method 

Inserts a feed into this collection at a specified index.

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

Parameters

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

See Also

RssFeedCollection Class | Rss Namespace