C# Programming - Attributes - Discussion

Discussion Forum : Attributes - General Questions (Q.No. 13)
13.
Which of the following is the correct way to apply an attribute to an Assembly?
[ AssemblyDescription("DCube Component Library") ]
[ assembly : AssemblyDescription("DCube Component Library") ]
[ Assemblylnfo : AssemblyDescription("DCube Component Library") ]
< Assembly: AssemblyDescription("DCube Component Library") >
(Assembly: AssemblyDescription("DCube Component Library"))
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.