C# 클래스 Web.RSS.ItemCollection

rssChannelCollection instruction。
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: jediskywalker/RTDeals

공개 메소드들

메소드 설명
Add ( Item item ) : int
ItemCollection ( ) : System
this ( int index ) : Item

메소드 상세

Add() 공개 메소드

public Add ( Item item ) : int
item Item
리턴 int

ItemCollection() 공개 메소드

public ItemCollection ( ) : System
리턴 System

this() 공개 메소드

public this ( int index ) : Item
index int
리턴 Item