IWithExplicitInterfaceMembers.ExplicitInterfaceProperties Property
- Namespace
- Kampute.DocToolkit.Metadata.Capabilities
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the explicit interface properties implemented by the type.
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.
