RSS.NET

RssChannelCollection.Insert Method 

Inserts a channel into this collection at a specified index.

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

Parameters

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

See Also

RssChannelCollection Class | Rss Namespace