G
Guest
I pass an array that consists of elements each of an unknown class to a
function. I want to get a list of the properties of the unknown class and
the value for each property for each element of the array. How would I do
this. I tried propertyDescriptionclass but got an error saying I needed to
use late binding.
function. I want to get a list of the properties of the unknown class and
the value for each property for each element of the array. How would I do
this. I tried propertyDescriptionclass but got an error saying I needed to
use late binding.
