CustomAttributeBuilder is a helper class to help build custom attributes.
Object
CustomAttributeBuilder
[Visual Basic] Public Class CustomAttributeBuilder [C#] public class CustomAttributeBuilder [C++] public __gc class CustomAttributeBuilder [JScript] public class CustomAttributeBuilder
Use the CustomAttributeBuilder object returned by the constructor to set the custom attribute using the SetCustomAttribute method.
Namespace: System.Reflection.Emit
Assembly: mscorlib.dll
CustomAttributeBuilder Members | System.Reflection.Emit Namespace