Finnland
I cant figure out constructor inheritance
how do i inherit classes, including their constructors?
no matter what i try i get a wide variety of different errors.
i have tried just:
but then i get the error
so then i tried adding
but that gives me an error that i need a method body. How do i inherit the constructors in addition to the rest of the class?
6 replies
❔ how do i print the bytecode generated from a ILGenerator? (im getting an error)
i am trying to generate and print csharp bytecode using
ILGenerator
and AssemblyBuilder
, ModeuleBuilder
, etc, but when i try to get my bytecode using the code below, i get the following error:
my code:
PS, i have no clue if this is beginner, intermediate, or advanced (and im likely in way over my head here)19 replies