This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
parkan-playground
Watch
1
Fork
0
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2026-08-15 02:57:49 +04:00
Code
Issues
Activity
Files
28d10f3ffa98e8014b8d547bbba8a3bbb87e2e3f
parkan-playground
/
TexmLib
/
NResParseResult.cs
T
3 lines
102 B
C#
Raw
Normal View
History
Unescape
Escape
texm viewer
2024-11-18 23:48:42 +03:00
namespace
TexmLib
;
public
record
TexmParseResult
(
TexmFile
?
TexmFile
=
null
,
string?
Error
=
null
);
Copy Permalink