C# 클래스 BlogML.Xml.BlogMLPost.CategoryReferenceCollection

상속: System.Collections.ArrayList
파일 보기 프로젝트 열기: Gutek/MovingScrewdriver

공개 메소드들

메소드 설명
Add ( string categoryID ) : BlogMLCategoryReference
Add ( BlogMLCategoryReference value ) : void
this ( int index ) : BlogMLCategoryReference

메소드 상세

Add() 공개 메소드

public Add ( string categoryID ) : BlogMLCategoryReference
categoryID string
리턴 BlogMLCategoryReference

Add() 공개 메소드

public Add ( BlogMLCategoryReference value ) : void
value BlogMLCategoryReference
리턴 void

this() 공개 메소드

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