Q64
To apply an attribute to an Assembly, the correct way of implementation is?
A.
[AssemblyInfo: AssemblyDescription ("Csharp")]
B.
[assembly: AssemblyDescription("Csharp")]
AnswerC.
[AssemblyDescription("Csharp")]
D.
(Assembly:AssemblyDescription("Csharp")]
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board