Discussion :: Attributes
-
Which of the following is the correct way to apply an attribute to an Assembly?
A.
[ AssemblyDescription("DCube Component Library") ]
|
B.
[ assembly : AssemblyDescription("DCube Component Library") ]
|
C.
[ Assemblylnfo : AssemblyDescription("DCube Component Library") ]
|
D.
< Assembly: AssemblyDescription("DCube Component Library") >
|
E.
(Assembly: AssemblyDescription("DCube Component Library"))
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment