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