In Visual C# you can document the code you write using XML. C# is the only programming language in Visual Studio .NET with this feature. For details on creating an XML file with documentation comments, see the following topics.
See Commenting Code for information on how Visual Studio will display a report on the structure of your code, to include XML Documentation comments.
See Also
C# Language Features