Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
[QUOTE] [url]http://msdn.microsoft.com/en-us/library/ms173156.aspx[/url] To implement an interface member, the corresponding member on the class must be public, non-static, and have the same name and signature as the interface member.[/QUOTE] Verify if your member declaration explicitly declare the method as public. If it is not specified, it will be treated as private. …
The End.
ClavetA