[B2] IntelliSense within "<see cref=" Includes Internal Members
In the ]]> element of the XML comments on a method:
I typed::
<see cref="Exception.I
The completion list included both InnerException and IsTransient (which is
Internal).
I think that most developers will have little need to reference the Internal
members of .NET Framework types.
;)
--
John
Please sign in to leave a comment.
Xml-Doc cref reference doesn't take into account access right of the
symbols, so they could be referenced.
We could filter .NET framework internal symbols, but not in 3.0 :)
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"John Saunders" <john.saunders@trizetto.com> wrote in message
news:f576v1$fv0$1@is.intellij.net...
>
>
>
>
>