Is there a way to write an xml comment by single string
VS usually help to write such:
///<summary>
///
///</summary>
But i like to write less and want to write like:
///<summary ..... />
Don't you know how it can be done in way VS it can parse?