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

this() public méthode

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