Getting 'Out' Parameters to work in reflected objects C#
I've used reflection a lot in the last year but always had a bit of a problem trying to get parameters which are by reference back out correctly. eg. i have a method call like this
public GetFoo(out … more