Which of the following is the correct statement about inspecting an attribute in C#.NET?
(a) An attribute can be inspected at link time
(b) An attribute can be inspected at design time
(c) An attribute can be inspected at run time
(d) None of the mentioned
I have been asked this question in semester exam.
This intriguing question comes from Attributes topic in chapter Console I/O Operations and Stream Classes of C#