No, not really. It is a modifier that is compiled down into the IL code if
I'm not mistaken. It isn't of any use at runtime. It doesn't even have any
real functionality, its just a placeholder class.
No, not really. It is a modifier that is compiled down into the IL code if
I'm not mistaken. It isn't of any use at runtime. It doesn't even have any
real functionality, its just a placeholder class.
It has no actual functionality, but some other class or code uses its type
to identify some kind of behavior. In this case I'd guess the reflection
subsystem generates the correct IL for it. Think of it sort of like an
attribute.