CompositeTypeAdapter.ExplicitInterfaceProperties Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the explicit interface properties implemented by the type.
public IReadOnlyList<IProperty> ExplicitInterfaceProperties { get; }Property Value
- IReadOnlyList<IProperty>
- A read-only list of IProperty instances representing the explicit interface properties implemented by the type. The properties in the list are ordered by name and then by the number of index parameters.
