Discussion :: Attributes
-
Which of the following statements are correct about Attributes in C#.NET?
- On compiling a C#.NET program the attibutes applied are recorded in the metadata of the assembly.
- On compilation all the attribute's tags are deleted from the program.
- It is not possible to create custom attributes..
- The attributes applied can be read from an assembly using Reflection class.
- An attribute can have parameters.
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment