Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

go down a line in function documentation

/// <summary> 
/// Your Main comment 
/// <para>This is line 1</para> 
/// <para>This is line 2</para> 
/// </summary> 
public bool TestLine { get; set; }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #line #function #documentation
ADD COMMENT
Topic
Name
8+3 =