This website requires JavaScript.
Explore
Help
Sign In
tesses50
/
tlang-runtime-compiler
Watch
1
Star
0
Fork
You've already forked tlang-runtime-compiler
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5fbf26d410
tlang-runtime-compiler
/
TLang.Common
/
ILabelable.cs
9 lines
130 B
C#
Raw
Blame
History
namespace
TLang.Common
{
public
interface
ILabelable
{
string
Key
{
get
;
set
;
}
int
Value
{
get
;
set
;
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink