BlogML.Xml.BlogMLPost.CommentCollection.Add C# (CSharp) Méthode

Add() public méthode

public Add ( BlogMLComment value ) : void
value BlogMLComment
Résultat void
            public void Add(BlogMLComment value)
            {
                base.Add(value);
            }
BlogMLPost.CommentCollection