the class that I want to import ExpressionContext.Imports.AddType(myType) has ctor that have to take some parameters. Ist there way to import this type with parameters?
My workaround is to make my class static and then initalize static fields... but this is not best aproach for my project.
Hi,
the class that I want to import ExpressionContext.Imports.AddType(myType) has ctor that have to take some parameters. Ist there way to import this type with parameters? My workaround is to make my class static and then initalize static fields... but this is not best aproach for my project.