I am trying to create an expression that invokes an internal method, the internal method has an out parameter, is this possible?
public class Program { s
According to this blog post, you'd need to do:
typeof(bool).MakeByRefType();