specifying a custom attribute in an interface so classes will have to implement it

fguihen

Junior Contributor
Joined
Nov 10, 2003
Messages
248
Location
Eire
can i specify in an interface that any implementing classes must implement a custom attribute for reflection ( used to identify the assembly when its not instantiated). if i can do this with an interface, how do i do this ( what is the syntax)?
 
Back
Top