ExtensionContainerInfo.ExtensionBlocks Property
- Namespace
- Kampute.DocToolkit.Metadata.Reflection
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the extension blocks defined within the container type.
public IReadOnlyList<ExtensionBlockInfo> ExtensionBlocks { get; }Property Value
- IReadOnlyList<ExtensionBlockInfo>
- A read-only list of ExtensionBlockInfo instances representing the extension blocks defined within the container type.
