I can use TypeDescriptor.AddAttributes to add an attribute to a type in runtime. How do I do the same for a method and parameter? (maybe 2 separate questions...)
|
|
So in short; you can't. You will need to store this information somewhere else (bespoke), or add it at compile-time. |
|||||||||||
|
|
As I see from analyzing the |
||||
|
|
|
check Attribute Tutorial in MSDN that might help |
|||
|
|