Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C# Programming
»
Attributes
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"))
Show Answer
Correct Answer:
[ assembly : AssemblyDescription("DCube Component Library") ]
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment