user image

Gagan Mishra

Job Interview Skills
English
2 years ago

Question 564. What Is Custom Attribute? How To Create? If I'm Having Custom Attribute In An Assembly, How To Say That Name In The Code?

user image

Abhishek Mishra

2 years ago

The primary steps to properly design custom attribute classes are as follows: Applying the AttributeUsageAttribute ([AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = true)]) Declaring the attribute. (

Recent Doubts

Close [x]