BlogML.Xml.BlogMLPost.TrackbackCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : BlogMLTrackback
index int
return BlogMLTrackback
            public new BlogMLTrackback this[int index]
            {
                get { return base[index] as BlogMLTrackback; }
            }
BlogMLPost.TrackbackCollection