RSS.NET

RssCategoryCollection.Add Method 

Adds a specified category to this collection.

[Visual Basic]
Public Function Add( _
   ByVal rssCategory As RssCategory _
) As Integer
[C#]
public int Add(
   RssCategory rssCategory
);

Parameters

rssCategory
The category to add.

Return Value

The zero-based index of the added category.

See Also

RssCategoryCollection Class | Rss Namespace