Folks, I'm using reflection to get a method of an object, but there are two
methods that look like this:

 

Foo.CreateObject();

Foo.CreateObject<T>();

 

I can't figure out how to call GetMethod(???) to get the first one. Anyone
know off the top of their head?!

 

Greg

Reply via email to