Tag: #reflection

Posts tagged with #reflection

What Are C# Attributes?

A guide to attributes in C#, a powerful mechanism for adding declarative metadata to your code. Learn how attributes work and see common examples from data validation to testing frameworks.

Read more