C# Class BlogML.Xml.BlogMLPost.AttachmentCollection

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

Public Methods

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

Method Details

Add() public method

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

this() public method

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