ExtensionBlockInfo.CustomAttributes Property
- Namespace
- Kampute.DocToolkit.Metadata.Reflection
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the custom attributes applied to the extension block.
public override IEnumerable<CustomAttributeData> CustomAttributes { get; }Property Value
- IEnumerable<CustomAttributeData>
- The custom attributes applied to the extension block.
