This is a slightly different question asked here. I modified the same code into my needs like below:
using System; using System.Collections.Generic; using System.
Change your code to receive property to:
PropertyInfo propInfo = tester.GetType().GetProperty("MyIntProperty");
So you use constructed generic type.