Implementing 2 Interfaces with 'Same Name' Properties

后端 未结 8 1969
天涯浪人
天涯浪人 2021-01-04 22:50

This seems like a reasonable (and maybe simple?) scenario, but how would you do the following:

Lets say I have 2 interfaces:

Interface ISimpleInterfa         


        
8条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-04 23:22

    You will need to work with Explicit Interface Implementations. More on the subject here: http://msdn.microsoft.com/en-us/library/aa288461(VS.71).aspx

提交回复
热议问题