Possible Duplicate:
What are the virtues of using XML comments in .NET?
/// <summary>
/// Set error message for multilingual language.
/// </summary>
What is the use of XML Comments like the above in C# and when do i use them.. XML Comments come with 3 Quotes , Is there a block commenting process for XML Comments like /* ... */