CompositeTypeModel.ExplicitInterfaceMembers Property

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the explicit interface members implemented by the type.
public IReadOnlyList<TypeMemberModel> ExplicitInterfaceMembers { get; }

Property Value

IReadOnlyList<TypeMemberModel>
A read-only collection of TypeMemberModel representing the explicit interface members implemented by the type.