NClass 2.04 failed to assembly import ref/out List<T>
Brought to you by:
btihanyi
Hello,
I am using NClass 2.04 on Windows 8.1.
I have found a bug with assembly importing of functions with parameters out/ref and List<t>. I have created a project in Visual Studio 2013 which is isolating problem. It will create NClassFault.dll file.</t>
If in NClassFault.dll is any function (in class or interface) with parameter using "out/ref List<t>" importing error will occur. If there is "out/ref T" then everything is imported OK.</t>