ExtensionContainerInfo.ExtensionBlockProperties Property
- Namespace
- Kampute.DocToolkit.Metadata.Reflection
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all block extension properties defined within the container type.
public IEnumerable<PropertyInfo> ExtensionBlockProperties { get; }Property Value
- IEnumerable<PropertyInfo>
- An enumerable of PropertyInfo instances representing all block extension properties defined within the container type.
