How do I go about converting a reflection.propertyinfo[] to a generic.list<>?
var list = yourArray.ToList();