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