M
Mike Fechner
Guest
VB.NET … not my speciality. But if I recall right, the (Of IPaymentHandlerExtension) is the VB.NET syntax for generic methods. If that’s the case, you’ll need to use reflection as the ABL does not support accessing .NET generic methods (on non generic types). This might server as a sample: consultingwerk/ReflectionHelperOSS
Continue reading...
Continue reading...