Sign in
code
/
git
/
306ab352f4e98f6809ce52fc4e5d63fb947d0635
/
.
/
t
/
t4018
/
csharp-method
blob: 16b367aca2be6163b52d4a987ca4e35b66a58ea9 [
file
] [
log
] [
blame
]
class
Example
{
string
Method
(
int
RIGHT
)
{
// Filler
// Filler
return
"ChangeMe"
;
}
}