L
Laura Stern
Guest
When you inherit from a .NET class, the only properties the .NET side will know about are properties that you wrote to satisfy a .NET interface. It also knows about methods that override a .NET method. But that isn't relevant for your scenario.
Continue reading...
Continue reading...