

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is the correct way to apply an attribute to an Assembly? |
A. | <i class="csharp-code">[ AssemblyDescription("DCube Component Library") ]</i> |
B. | <i class="csharp-code">[ assembly : AssemblyDescription("DCube Component Library") ]</i> |
C. | <i class="csharp-code">[ Assemblylnfo : AssemblyDescription("DCube Component Library") ]</i> |
D. | <i class="csharp-code">< Assembly: AssemblyDescription("DCube Component Library") ></i> |
E. | <i class="csharp-code">(Assembly: AssemblyDescription("DCube Component Library"))</i> |
Answer» C. <i class="csharp-code">[ Assemblylnfo : AssemblyDescription("DCube Component Library") ]</i> | |