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
4e837f5c633246bf41d009e5b068e6468f7b4b1b
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