Using .NET Framework Interfaces

With .NET Framework interoperability in C/AL, you can define variables for .NET Framework interface types. This is useful when you have a class that explicitly implements an interface. In the .NET Framework, when an interface is explicitly implemented, you cannot call methods that belong to the interface directly from the class instance.

Bron : MSDN
Lees meer…

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply