mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
4 lines
120 B
C#
4 lines
120 B
C#
namespace Microsoft.Iris.Debug.Data;
|
|
|
|
public record struct MarkupLineNumberEntry(uint Offset, int Line, int Column);
|