0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-05-18 19:31:17 +03:00
ParkanPlayground/TexmLib/NResParseResult.cs

3 lines
102 B
C#
Raw Permalink Normal View History

2024-11-18 23:48:42 +03:00
namespace TexmLib;
public record TexmParseResult(TexmFile? TexmFile = null, string? Error = null);