[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Translate some Visual Studio code

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top