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

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

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