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

attributeData CustomAttributeData
The reflection custom attribute data to get metadata for.
target AttributeTarget
The target of the attribute.

Returns

ICustomAttribute
A metadata representation of the specified custom attribute.