Re: Reference base class
Peter Ritchie <[email protected]> Fri, 6 Oct 2006 10:26:20 -0400
| Newsgroups | gmane.comp.windows.devel.dotnet.cx |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
I would expect <seealso cref="Base.Base"/> or <seealso cref="Base.Base ()"/> to be the correct means of doing it; but the compiler warns about this and doesn't generate the correct method-link. This seems like a bug to me. Try putting the fully qualified XML doc name in there: <seealso cref="M:MyNamespace.Base.#ctor"/> I haven't tried the resultant XML with nDoc or Sandcastle; but the compiler doesn't warn about that. (of course, if you prefix anything onto "M:" the compiler won't do any type checking). =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com