CompositeTypeAdapter.GetExplicitInterfaceProperties Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the explicit interface properties implemented by the type.
protected virtual IEnumerable<IProperty> GetExplicitInterfaceProperties()Returns
- IEnumerable<IProperty>
- An enumeration of IProperty objects representing the explicit interface properties implemented by the type.
