CustomAttributeAdapter Constructor
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the CustomAttributeAdapter class.
public CustomAttributeAdapter(CustomAttributeData attribute, AttributeTarget target)Parameters
attributeCustomAttributeData- The runtime custom attribute data to wrap.
targetAttributeTarget- The target where the attribute is applied.
Exceptions
- ArgumentNullException
- Thrown when
attributeisnull.
