|
|
|
|
|
by delaconcha
854 days ago
|
|
> Can I map multiple custom types to the same C# type? :) Yes that is totally fine. In C# side both would be represented as "long[]", the generated code would use the appropriated encoding for the custom type, as provided by the user methods. |
|