IType.ExtensionProperties Property
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets extension properties of the type.
IEnumerable<IProperty> ExtensionProperties { get; }This property has a default implementation in the interface.
Property Value
- IEnumerable<IProperty>
- An enumerable collection of IProperty representing extension properties of the type.
Remarks
This property is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action.
