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