Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# method summary new line

/// <summary> 
/// Your Main comment 
/// <para>This is line 1</para> 
/// <para>This is line 2</para> 
/// </summary> 

// Will show as:

Your Main comment
This is line 1
This is line 2
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #method #summary #line
ADD COMMENT
Topic
Name
1+5 =