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