Search found 2 matches

by hexclare
Tue Apr 28, 2020 2:28 pm
Forum: General Discussion
Topic: CS7036 error is displayed when adding a custom class A that
Replies: 3
Views: 1889

Re: CS7036 error is displayed when adding a custom class A t

Thanks for the reply! And I'm sorry. I didn't know that overload existed in C#. The problem was solved by doing the following It has been changed as follows. 1. var instance = new Map.Map("configName", "bossNodeName", ); ↓. var instance = new Map.Map(); 2. Create a constructor wi...
by hexclare
Tue Apr 28, 2020 12:34 pm
Forum: General Discussion
Topic: CS7036 error is displayed when adding a custom class A that
Replies: 3
Views: 1889

CS7036 error is displayed when adding a custom class A that

When I add a custom class to ES3 Types, I get a CS7036 error. ES3Types added a custom class B containing List<Custom Class A> with custom class A as its type. In ES3 Window, the message This type has no public rapameterless constructors. To support this type you will need to modify the ES3Type scrip...