Reporter | Serge Baltic (baltic) |
---|---|
Created | Jan 13, 2012 5:43:02 PM |
Updated | Jan 16, 2012 9:09:49 PM |
Resolved | Jan 16, 2012 5:39:44 PM |
Priority | Normal |
Type | Bug |
Fix versions | Next |
State | Fixed |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | Code Analysis |
Affected versions | No Affected versions |
Fixed in build | 6.5.1.2465 |
public class Aaa : IDisposable { void IDisposable.Dispose() {} void IDisposable.Dispose() {} }
On the duplicate line, says Dispose is not a member of IDisposable, which is the wrong explanation of this error.