K
Kenneth Baltrinic
I have a custom attribute that inherits from System.Attribute and itself is
declared with the AttributeUsage( AttributeTargets.Class ) attribute.
Regarding this I have two questions.
Can I further limit my attribute to only be applicable to types that are
concrete and have a public default constructor?
Can I, from within my attribute class determine the System.Type of the class
to which it has been applied?
--Ken
declared with the AttributeUsage( AttributeTargets.Class ) attribute.
Regarding this I have two questions.
Can I further limit my attribute to only be applicable to types that are
concrete and have a public default constructor?
Can I, from within my attribute class determine the System.Type of the class
to which it has been applied?
--Ken