Extension method access recap in Microsoft Dynamics 365 Finance and Operations apps
Views (102)
Extension method access recap in Microsoft Dynamics 365 Finance and Operations apps
Extension methods can access all public artifacts of the target class, but they can’t access things that are protected or private.
*Inheritance / extends can access all public and protected elements.

Like
Report
*This post is locked for comments