BlogML.Xml.BlogMLPost.AttachmentCollection.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : BlogMLAttachment
index int
Résultat BlogMLAttachment
            public new BlogMLAttachment this[int index]
            {
                get { return base[index] as BlogMLAttachment; }
            }
BlogMLPost.AttachmentCollection