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"))
Correct Answer:
[ assembly : AssemblyDescription("DCube Component Library") ]
← Previous Question
Next Question→
More Questions from
Attributes
Which of the following are correct ways to pass a parameter to an attribute? By value By reference By address By position By name
It possible to create a custom attribute that can be applied only to specific programming element(s) like ____ .
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments