BlogML.Xml.BlogMLPost.CategoryReferenceCollection.Add C# (CSharp) Метод

Add() публичный Метод

public Add ( string categoryID ) : BlogMLCategoryReference
categoryID string
Результат BlogMLCategoryReference
            public BlogMLCategoryReference Add(string categoryID)
            {
                BlogMLCategoryReference item = new BlogMLCategoryReference();
                item.Ref = categoryID;
                base.Add(item);
                return item;
            }

Same methods

BlogMLPost.CategoryReferenceCollection::Add ( BlogMLCategoryReference value ) : void
BlogMLPost.CategoryReferenceCollection