How I know that a property is related to a xml file
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I made a window application in which I put some images, some xml files and some strings. during run time with the help of Assembly ( using reflection ) I try to access the property which are only of corresponding to xml files so that I can fill my combobox with the Name of the properties which are only related to xml files. Thanks in advance... Plz help