How to write comments / documentation for variables / fields / lists in VS 2010?

后端 未结 6 1052
挽巷
挽巷 2020-12-15 05:46

There is

///
///This is summary for some class or method
///

documentation for classes or methods. But how t

6条回答
  •  甜味超标
    2020-12-15 06:30

    Seems to work perfectly fine in Visual Studio 2010. I defined a List as a private field with a comment inside my MainForm class.

    They won't work for local variables defined within functions though.

    enter image description here

提交回复
热议问题