C# 클래스 ZForge.Controls.RSS.RSSItemCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
Add ( RSSItem rssItem ) : void
Remove ( int index ) : bool
this ( int item ) : RSSItem

비공개 메소드들

메소드 설명
getItem ( int Index ) : RSSItem

메소드 상세

Add() 공개 메소드

public Add ( RSSItem rssItem ) : void
rssItem RSSItem
리턴 void

Remove() 공개 메소드

public Remove ( int index ) : bool
index int
리턴 bool

this() 공개 메소드

public this ( int item ) : RSSItem
item int
리턴 RSSItem