Sign in
googlers
/
jrn
/
git
/
eb98cb835c9faf4d675411b3314b7fc9820ab179
/
.
/
t
/
t4018
/
csharp-method-explicit
blob: 5a710116cc43bf1cac59c609db17621b75b5f962 [
file
] [
log
] [
blame
]
using
System
;
class
Example
:
IDisposable
{
void
IDisposable
.
Dispose
()
// RIGHT
{
// Filler
// Filler
// ChangeMe
}
}