|
Public Member Functions |
| int | Add (RssItem item) |
| | Adds a specified item to this collection.
|
| bool | Contains (RssItem rssItem) |
| | Determines whether the RssItemCollection contains a specific element.
|
| void | CopyTo (RssItem[] array, int index) |
| | Copies the entire RssItemCollection to a compatible one-dimensional Array, starting at the specified index of the target array.
|
| int | IndexOf (RssItem rssItem) |
| | Searches for the specified RssItem and returns the zero-based index of the first occurrence within the entire RssItemCollection.
|
| void | Insert (int index, RssItem item) |
| | Inserts an item into this collection at a specified index.
|
| void | Remove (RssItem item) |
| | Removes a specified item from this collection.
|
| DateTime | LatestPubDate () |
| | The latest pubDate in the items collection.
|
| DateTime | OldestPubDate () |
| | The oldest pubDate in the items collection.
|
Properties |
| RssItem | this [int index] |
| | Gets or sets the item at a specified index.
In C#, this property is the indexer for the class.
.
|