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

this() public method

public this ( int index ) : BlogMLComment
index int
return BlogMLComment
            public new BlogMLComment this[int index]
            {
                get { return base[index] as BlogMLComment; }
            }
BlogMLPost.CommentCollection