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

member MemberInfo
The reflection information of the member to check.

Returns

bool
true if the member is an explicit interface implementation; otherwise, false.