IWithExplicitInterfaceMembers.ExplicitInterfaceMembers Property
- Namespace
- Kampute.DocToolkit.Metadata.Capabilities
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the explicit interface members implemented by the type.
IEnumerable<IVirtualTypeMember> ExplicitInterfaceMembers { get; }This property has a default implementation in the interface.
Property Value
- IEnumerable<IVirtualTypeMember>
- An enumerable of IVirtualTypeMember instances representing all explicit interface members implemented by the type.
