C# Class BlogML.Xml.BlogMLPost.CategoryReferenceCollection

Inheritance: System.Collections.ArrayList
Afficher le fichier Open project: Gutek/MovingScrewdriver

Méthodes publiques

Méthode Description
Add ( string categoryID ) : BlogMLCategoryReference
Add ( BlogMLCategoryReference value ) : void
this ( int index ) : BlogMLCategoryReference

Method Details

Add() public méthode

public Add ( string categoryID ) : BlogMLCategoryReference
categoryID string
Résultat BlogMLCategoryReference

Add() public méthode

public Add ( BlogMLCategoryReference value ) : void
value BlogMLCategoryReference
Résultat void

this() public méthode

public this ( int index ) : BlogMLCategoryReference
index int
Résultat BlogMLCategoryReference