BlogML.Xml.BlogMLPost.CommentCollection.Add C# (CSharp) Method

Add() public method

public Add ( BlogMLComment value ) : void
value BlogMLComment
return void
            public void Add(BlogMLComment value)
            {
                base.Add(value);
            }
BlogMLPost.CommentCollection