Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
t4018
/
csharp-method-special-chars
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
text
11 lines
181 Bytes
Copy permalink
Copy
Raw
1
class @Some_Type
2
{
3
@Some_Type @Method_With_Underscore(int RIGHT)
4
{
5
// Filler
6
// Filler
7
8
// ChangeMe
9
return new @Some_Type();
10
}
11
}