Hi, i have a .Net assembly which i consume in AX 2009. One of the classes in this assembly has a method which takes IEnumerable<string> as input parameter. How do i call this method from X++ ?
Eg: In .net assembly i have
Public Static Class ClassA
{
.....
.....
public static void method1(IEnumerable<string>)
{
}
}
Thanks,
San
*This post is locked for comments
I have the same question (0)