OOABL - support for dotnet generic methods

  • Thread starter Thread starter ujj1
  • Start date Start date
Status
Not open for further replies.
U

ujj1

Guest
Regarding KB 50202 (http://knowledgebase.progress.com/articles/Article/000050202?popup=true), calling dotnet generic methods from the ABL is not supported. Using generic classes/types in dotnet are supported. Enh Req: Support dotnet generic methods. Example: dotnetclass: public void SomeMethod T (T aGenericParameter) { ... } public T AnotherMethod T () { ... } OOABL def var genClass as DotNetClass no-undo. def var anotherClass as AnotherDotNetClass no-undo. genClass = new DotNetClass(). anotherClass = new AnotherDotNetClass(). "genClass:SomeMethod AnotherDotNetClass "(anotherClass). anotherClass = "genClass:AnotherMethod AnotherDotNetClass "(). full support of generic constaints, where/in/out/new, etc would be expected.

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