M
Mike Fechner
Guest
A generic method (as in .NET) would look like ServiceManager:getService () . and not Progress.Lang.Object ServiceManager:getService (T) . There are good use cases for generic classes (like described by Marian with the ServiceManager and generic methods as described here. ABL does currently support using .NET Generic types - but not using .NET generic methods in non generic types (unless you go for Reflection: github.com/.../ReflectionHelperOSS )
Continue reading...
Continue reading...