Skip to content

Commit 63842c2

Browse files
committed
util
1 parent 57bcc5c commit 63842c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

GCodeFile.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ public void AppendLine(GCodeLine l)
2525
lines.Add(l);
2626
}
2727

28+
29+
public int LineCount {
30+
get { return lines.Count; }
31+
}
32+
2833

2934
public IEnumerable<GCodeLine> AllLines()
3035
{

0 commit comments

Comments
 (0)