IWithCustomAttributes.CustomAttributes Property

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

Definition

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

Property Value

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