RSS.NET

RssFeedCollection.Item Property

Gets or sets the feed at a specified index.

In C#, this property is the indexer for the class.

Overload List

Gets or sets the feed at a specified index.In C#, this property is the indexer for the class.

public RssFeed this[int] {get; set;}

Gets or sets the feed with the given name.In C#, this property is the indexer for the class.

public RssFeed this[string] {get;}

See Also

RssFeedCollection Class | Rss Namespace