Posts
 
Reputation
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
~352 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for wen30

[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. …

Member Avatar for ClavetA
0
352

The End.