1.

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") >
Answer» C. [ Assemblylnfo : AssemblyDescription("DCube Component Library") ]


Discussion

No Comment Found