IMemberAdapterFactory.CreateCustomAttributeMetadata Method
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Creates the custom attribute metadata for the specified attribute data.
ICustomAttribute CreateCustomAttributeMetadata(CustomAttributeData attributeData, AttributeTarget target)Parameters
attributeDataCustomAttributeData- The reflection custom attribute data to get metadata for.
targetAttributeTarget- The target element type of the attribute.
Returns
- ICustomAttribute
- A metadata representation of the specified custom attribute.
Exceptions
- ArgumentNullException
- Thrown when
attributeDataisnull.
