C# Class BlogML.Xml.BlogMLPost.CommentCollection

Inheritance: System.Collections.ArrayList
Show file Open project: Gutek/MovingScrewdriver

Public Methods

Method Description
Add ( BlogMLComment value ) : void
this ( int index ) : BlogMLComment

Method Details

Add() public method

public Add ( BlogMLComment value ) : void
value BlogMLComment
return void

this() public method

public this ( int index ) : BlogMLComment
index int
return BlogMLComment