C# Programming - Attributes - Discussion

Discussion Forum : Attributes - General Questions (Q.No. 4)
4.
Which of the following statements are correct about inspecting an attribute in C#.NET?
  1. An attribute can be inspected at link-time.
  2. An attribute can be inspected at compile-time.
  3. An attribute can be inspected at run-time.
  4. An attribute can be inspected at design-time.
1, 2
3, 4
1, 3, 4
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Ivan said:   8 years ago
Why is 3 not correct?

Post your comments here:

Your comments will be displayed after verification.