Creating a .NET delegate object from an Eiffel routine
Submitted by Emmanuel Stapf on Fri, 01/15/2010 - 22:34.Someone recently asked me how to create a .NET delegate from an Eiffel routine. Ideally it would be nice to simply do:
my_delegate := (agent my_routine).to_delegate
where `to_delegate' is a query from the ROUTINE class. However this feature does not yet exist.
