in Dot Net by (1.4k points)

What are C# attributes and its significance?

1 Answer

0 votes
by (1.4k points)

C# provides developers a way to define declarative tags on certain entities eg. Class, method etc. are called attributes. The attribute's information can be retrieved at runtime using Reflection.

Related questions

+1 vote
+1 vote
+1 vote
+1 vote
asked Jun 25, 2019 in Dot Net by Venkatshastri (1.4k points)
+1 vote
+1 vote
asked Jun 25, 2019 in Dot Net by Venkatshastri (1.4k points)
+1 vote
asked Jun 25, 2019 in Dot Net by Venkatshastri (1.4k points)
...