IMemberAdapterRepository.GetCustomAttributeMetadata Method
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the custom attribute metadata for the specified attribute data within the assembly.
ICustomAttribute GetCustomAttributeMetadata(CustomAttributeData attributeData, AttributeTarget target)Parameters
attributeDataCustomAttributeData- The reflection custom attribute data to get metadata for.
targetAttributeTarget- The target of the attribute.
Returns
- ICustomAttribute
- A metadata representation of the specified custom attribute.
