I am looking to create a generic method that receives a List. I need to determine what the object is within the list so that I can then do the necessary work according to the object that is being passed in within the list. How can I determine the kind of object that the List contains?
Share
well you have the
iskeyword, which can compare objectsyou also have
and as L.B. said, you have