Sign in
code
/
git
/
721c9e5ce7c6fa4e1a33490f5e5a81eeee814021
/
.
/
t
/
t4018
/
csharp-method-with-spacing
blob: 233bb976cc25e3d8147e767ed68ccba99ba66b0d [
file
]
class
Example
{
string
Method
(
int
RIGHT
)
{
// Filler
// Filler
return
"ChangeMe"
;
}
}