How to create ///summary

前端 未结 9 667
面向向阳花
面向向阳花 2021-02-01 00:13

How do I generate these kind of summaries in Visual Studio?

/// 
///  Returns a number
/// 
///          


        
9条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-01 00:56

    On the line before your property/method/etc, simply type /// and then Visual Studio will automatically add the XML tags.

提交回复
热议问题