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