go down a line in function documentation

53

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; }

Comments

Submit
0 Comments