A
astruyk
Is there a way to add an Attribute to an existing type? Like say I
wanted to add a [MyCustomAttribute] to the List<int> type, how would I
go about doing that?
Also is there any way to attach Attributes to types at runtime?
wanted to add a [MyCustomAttribute] to the List<int> type, how would I
go about doing that?
Also is there any way to attach Attributes to types at runtime?