Home / C# Programming / Attributes :: Discussion

Discussion :: Attributes

  1. 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.

  2. A.
    1, 2
    B.
    3, 4
    C.
    1, 3, 4
    D.
    All of the above
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment