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

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

공개 메소드들

메소드 설명
Add ( BlogMLComment value ) : void
this ( int index ) : BlogMLComment

메소드 상세

Add() 공개 메소드

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

this() 공개 메소드

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