C# Class Web.RSS.ItemCollection

rssChannelCollection instruction。
Inheritance: System.Collections.CollectionBase
Mostra file Open project: jediskywalker/RTDeals

Public Methods

Method Description
Add ( Item item ) : int
ItemCollection ( ) : System
this ( int index ) : Item

Method Details

Add() public method

public Add ( Item item ) : int
item Item
return int

ItemCollection() public method

public ItemCollection ( ) : System
return System

this() public method

public this ( int index ) : Item
index int
return Item