C# Class ZForge.Controls.RSS.RSSItemCollection

Inheritance: System.Collections.CollectionBase
显示文件 Open project: zhuangyy/Motion

Public Methods

Method Description
Add ( RSSItem rssItem ) : void
Remove ( int index ) : bool
this ( int item ) : RSSItem

Private Methods

Method Description
getItem ( int Index ) : RSSItem

Method Details

Add() public method

public Add ( RSSItem rssItem ) : void
rssItem RSSItem
return void

Remove() public method

public Remove ( int index ) : bool
index int
return bool

this() public method

public this ( int item ) : RSSItem
item int
return RSSItem