in reply to Re^3: Passing a pointer to a .NET DLL
in thread Passing a pointer to a .NET DLL

Does sending in an array work correctly if your Test() accepts a List<int>?

Replies are listed 'Best First'.
Re^5: Passing a pointer to a .NET DLL
by paulorfmmb (Acolyte) on May 10, 2018 at 17:27 UTC
    Same results for List<int>