Home » C# Programming » Attributes

Which of the following statements are correct about inspecting an attribute in C#.NET? An attribute can be inspected at link-time. An attribute can be inspected at compile-time. An attribute can be inspected at run-time. An attribute can be inspected at design-time.

Correct Answer: 1, 2

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion