RSS.NET

RssCategoryCollection.Insert Method 

Inserts an category into this collection at a specified index.

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

Parameters

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

See Also

RssCategoryCollection Class | Rss Namespace