IClassType.ExtensionBlocks Property
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the collection of extension blocks defined in the class.
IReadOnlyCollection<IExtensionBlock> ExtensionBlocks { get; }Property Value
- IReadOnlyCollection<IExtensionBlock>
- A read-only collection of IExtensionBlock objects representing the extension blocks defined in the class.
