Click here to Skip to main content
15,905,504 members
Articles / Operating Systems / Windows

Forcing Derived type to apply custom attribute

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
4 Sep 2015CPOL1 min read 3.8K  
Introduction This article illustrates options to force attributes on derived types. Background In .NET eco system, Attributes are not inheritable. This means any attribute applied on base class are not applied/inherited on derived class.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
Software Engineer based out in Noida.

Technology skillset – .NET, WPF, WCF, LINQ, XAML.

Started blogging on http://1wpf.wordpress.com/


Stackoverflow Profile -> http://stackoverflow.com/users/649524/tilak

Comments and Discussions