[Progress Communities] [Progress OpenEdge ABL] Support for delegates + anonymous methods and/or lambda expressions

Status
Not open for further replies.
L

Lieven De Foor

Guest
Delegates allow to pass in a method as parameter to another method. To some extent creating an interface with a callback method can provide partial implementation of this functionality, but this doesn't allow to specify multiple different methods as code to be executed on callback. See Using Delegates - C# Programming Guide In addition, anonymous methods and lambda expressions provide an extension to this principle: Anonymous Methods - C# Programming Guide Lambda expressions - C# Programming Guide

Continue reading...
 
Status
Not open for further replies.
Top