We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445bbbe commit 70b6bd7Copy full SHA for 70b6bd7
LibGit2Sharp/Line.cs
@@ -4,6 +4,9 @@
4
5
namespace LibGit2Sharp
6
{
7
+ /// <summary>
8
+ /// Represents a Line with line number and content.
9
+ /// </summary>
10
public struct Line
11
12
/// <summary>
0 commit comments