.NET API Reference

IReflectionAttributeBuilder Interface

Namespace: System.Reflection

Assembly: System.Reflection.dll

Overview

Provides a set of methods for dynamically building attributes that can be applied to code elements during reflection-based operations. This interface is instrumental in scenarios where attributes need to be created and attached programmatically, often in conjunction with code generation or metaprogramming tasks.

Syntax

public interface IReflectionAttributeBuilder

Members