AttributeAwareMetadataAdapter<T>.CustomAttributes Property

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

Definition

Gets the custom attributes applied to the element.
public IReadOnlyList<ICustomAttribute> CustomAttributes { get; }

Property Value

IReadOnlyList<ICustomAttribute>
A read-only list of ICustomAttribute instances representing the custom attributes applied to the element.