Sign in
code
/
git
/
1ecf6538263cf81c151f2e720cd73fde3d50a07e
/
.
/
t
/
t4018
/
csharp-method-params
blob: 3f00410ba1fe8a2e7cf5ad19bf30789696c13dcd [
file
]
class
Example
{
string
Method
(
int
RIGHT
,
int
b
,
int
c
=
42
)
{
// Filler
// Filler
return
"ChangeMe"
;
}
}