RssItemCollection Constructor
|
Initializes a new instance of the RssItemCollection class. |
Count (inherited from CollectionBase) | Gets the number of elements contained in the CollectionBase instance. |
Item | Gets or sets the item at a specified index.In C#, this property is the indexer for the class. |
Add | Adds a specified item to this collection. |
Clear (inherited from CollectionBase) | Removes all objects from the CollectionBase instance. |
Contains | Determines whether the RssItemCollection contains a specific element. |
CopyTo | Copies the entire RssItemCollection 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. |
IndexOf | Searches for the specified RssItem and returns the zero-based index of the first occurrence within the entire RssItemCollection. |
Insert | Inserts an item into this collection at a specified index. |
LatestPubDate | The latest pubDate in the items collection |
OldestPubDate | The oldest pubDate in the items collection |
Remove | Removes a specified item 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. |
RssItemCollection Class | Rss Namespace