CompositeTypeAdapter.IsExplicitMember Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether a member is an explicit interface implementation.
protected virtual bool IsExplicitMember(MemberInfo member)Parameters
memberMemberInfo- The reflection information of the member to check.
