Adding XML Comments in VS
You can place Xml comments in C# by placing three forward slash(///) in front of the class definition or member class.VS will automatically generat the XML formatted segment for you to insert the description.
You can place Xml comments in C# by placing three forward slash(///) in front of the class definition or member class.VS will automatically generat the XML formatted segment for you to insert the description.