If you disassemble a module into C# that was authored in Visual Basic the resulting C# code does not build. The problem are caused by source code for property accessors. The generated code uses set_ and get_ conventions that are not allowed in C#.
thecoder
0

Add comment

Please sign in to leave a comment.