Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
t4018
/
csharp-property
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
text
11 lines
137 Bytes
Copy permalink
Copy
Raw
1
class Example
2
{
3
public bool RIGHT
4
{
5
get { return true; }
6
set
7
{
8
// ChangeMe
9
}
10
}
11
}