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