BlogML.Xml.BlogMLPost.CommentCollection.this C# (CSharp) 메소드

this() 공개 메소드

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