Re: Write > or < in method summary

Tech-Archive recommends: Fix windows errors by optimizing your registry



In addition to Jon's answer, you should also escape the following characters in XML:
ampersand (&) &amp;
quote (") &quot;
apostrophe (') &apos;


--
Peter Macej
Helixoft - http://www.helixoft.com
VSdocman - Commenter and generator of class documentation for C#, VB ..NET and ASP .NET code
.



Relevant Pages