I am having one property called Students which is of type List.
List
In reflection i can get the value of Students Property.
Now the p
Try this
IEnumerable collection = (IEnumerable)studentPro.GetValue(studentObj,null);