RSS.NET

RssChannelCollection.Add Method 

Adds a specified channel to this collection.

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

Parameters

channel
The channel to add.

Return Value

The zero-based index of the added channel.

See Also

RssChannelCollection Class | Rss Namespace