Forum Post: Returning a set

  • Thread starter Thread starter Thomas Mercer-Hursh
  • Start date Start date
Status
Not open for further replies.
T

Thomas Mercer-Hursh

Guest
I am working with Proparse, which was written in Java, but which has been converted to a .NET DLL using IKVM. I have one method on one of the classes which the documentation says returns a java.util.Set and another which returns a java.util.ArrayList Symbol where Symbol is one of the classes in Proparse. I am wondering what I assign this too in an OpenEdge context. Do I define a variable of type java.util.Set or java.util.ArrayList and put that on the left side of the assignment?

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