TypeAdapter.CreateAttributeMetadata Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Creates a custom attribute metadata instance for the given attribute data.
protected override ICustomAttribute CreateAttributeMetadata(CustomAttributeData attribute)

Parameters

attribute CustomAttributeData
The custom attribute data.

Returns

ICustomAttribute
An instance of ICustomAttribute representing the custom attribute.