In C#, this property is the indexer for the class.
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;}
RssFeedCollection Class | Rss Namespace