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
33dc0b0fa264b61cd2ec68232c14baa1fee74224
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