C# Class BlogML.Xml.BlogMLPost.CategoryReferenceCollection

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

Public Methods

Method Description
Add ( string categoryID ) : BlogMLCategoryReference
Add ( BlogMLCategoryReference value ) : void
this ( int index ) : BlogMLCategoryReference

Method Details

Add() public method

public Add ( string categoryID ) : BlogMLCategoryReference
categoryID string
return BlogMLCategoryReference

Add() public method

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

this() public method

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