Tagged Questions

1
vote
1answer
93 views

Using reflection to get each instance of XmlElementAttribute for a single property

I'm trying to list the possible types that Item could contain. However I am stuck in that I can't call Item.GetType() to loop through its Attributes as this would just return the attributes of the ...