Duplicate
What are some of the performance considerations when using reflection to iterate through properties and using attributes on properties in c#.net?
|
|
DuplicateWhat are some of the performance considerations when using reflection to iterate through properties and using attributes on properties in c#.net?
|
||||||||||
|
closed as not a real question by jalf, Brian Agnew, Vilx-, Rik, Gishu Apr 28 at 11:09 |
|
|
yes? There are performance issues when using reflection. |
||
|
|
|
|
In reflection we trust |
||||||||||
|
|
|
I read MS's own docs : "If you have to ask, don't use it" |
||
|
|