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