Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# class summary, how to create a new line

/// <summary>
/// Line 1
/// <br>Line 2</br>
/// <br>Line 3</br>
/// </summary>

/*
Use <para> instead of <br> if you wish to add more spaces in-between lines.
The first line doesn't require a tag.

source of info: https://stackoverflow.com/a/22861545/14439562
*/
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #class #create #line
ADD COMMENT
Topic
Name
2+3 =