GameCTO / luainterface

Automatically exported from code.google.com/p/luainterface
0 stars 0 forks source link

System.Collections.Generic.List Add method not working #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a list to the lua object (ex: lua["myList"] = new List<int>();)
2. Call the method Add inside the lua file (ex: myList.Add(1))

What is the expected output? What do you see instead?

I want that items will be added to my list but I get exceptions.

What version of the product are you using? On what operating system?

I'm using the version 2.0.4.15091 on Windows 8.1 pro

Please provide any additional information below.

Original issue reported on code.google.com by thomas.c...@gmail.com on 16 Dec 2014 at 1:47

Attachments: