To Apply An Attribute To An Assembly The Correct Way Of #527
To apply an attribute to an Assembly, the correct way of implementation is?
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Console I/O Operations and Stream Classes - Attributes - Quiz No.1.
To apply an attribute to an Assembly, the correct way of implementation is?
[AssemblyInfo: AssemblyDescription (“Csharp”)]
[assembly: AssemblyDescription(“Csharp”)]
[AssemblyDescription(“Csharp”)]
(Assembly:AssemblyDescription(“Csharp”)]