BlogML.Xml.BlogMLPost.AttachmentCollection.this C# (CSharp) Метод

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

public this ( int index ) : BlogMLAttachment
index int
Результат BlogMLAttachment
            public new BlogMLAttachment this[int index]
            {
                get { return base[index] as BlogMLAttachment; }
            }
BlogMLPost.AttachmentCollection