Some missing documentation?
Hello, I was working on my content pipeline classes and in my ContentTypeReader<T>.Read() existingInstance is being passed in as null (so much for existing!). I thought that was a bit curious so I decided to look it up in the docs. To my great surprise Read() is not listed as a method for class ContentTypeReader<T> though I am clearly overriding it and in the content pipeline example documentation it is clearly being overridden. I had a few other people see if it appeared in their local documentation and the online documentation - they also said it doesn't exist. I am just wondering if this is possibly a bug in the documentation?
class ContentTypeReader<T>:
ms-help://MS.VSExpressCC.v80/MS.VSIPCC.v80/MS.XNAFX.1033/XNA/ContentTypeReader`1_Content_Framework_Xna_Microsoft_T_AllMembers.htm

