RSS.NET

RssChannelCollection Members

RssChannelCollection overview

Public Instance Constructors

RssChannelCollection Constructor Initializes a new instance of the RssChannelCollection class.

Public Instance Properties

Count (inherited from CollectionBase)Gets the number of elements contained in the CollectionBase instance.
ItemGets or sets the channel at a specified index.In C#, this property is the indexer for the class.

Public Instance Methods

AddAdds a specified channel to this collection.
Clear (inherited from CollectionBase)Removes all objects from the CollectionBase instance.
ContainsDetermines whether the RssChannelCollection contains a specific element.
CopyToCopies the entire RssChannelCollection to a compatible one-dimensional Array, starting at the specified index of the target array.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from CollectionBase)Returns an enumerator that can iterate through the CollectionBase instance.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOfSearches for the specified RssChannel and returns the zero-based index of the first occurrence within the entire RssChannelCollection.
InsertInserts a channel into this collection at a specified index.
RemoveRemoves a specified channel from this collection.
RemoveAt (inherited from CollectionBase)Removes the element at the specified index of the CollectionBase instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

RssChannelCollection Class | Rss Namespace