fire-eggs / YAGP

"Yet Another GEDCOM Parser" - newer/faster/complete GEDCOM parser in C#
Apache License 2.0
9 stars 3 forks source link

Accessing file line numbers is a pain #67

Open fire-eggs opened 6 years ago

fire-eggs commented 6 years ago

Accessing line #s is a little awkward. I.e.

.Indi.Begline, .Indi.Endline. Add a property that returns an (Int,Int) to Person class / Union class.