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 15:07:48 +04:00
Code
Issues
Activity
Files
5baf3f324ff6cf49e83697d0f50f80a478667733
parkan-playground
/
VarsetLib
/
VarsetItem.cs
T
3 lines
90 B
C#
Raw
Normal View
History
Unescape
Escape
add varset view
2025-03-01 23:03:13 +03:00
namespace
VarsetLib
;
public
record
VarsetItem
(
string
Type
,
string
Name
,
string
Value
);
Copy Permalink