I was coding along in lala land when suddenly I typed a 3’d ‘/’ in a comment. Originally a comment goes green with 2 ‘/’s :

But with the third dash, it goes grey ‘///’ :

Does this have any specific meaning? Or did it just change color?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It denotes an XmlComment, more of which can be read about on MSDN. For example,
Edit: as suggested below, it also provides IntelliSense guidance, as the image below demonstrates.