CompositeTypeAdapter.IsExplicitMethod Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether a method is an explicit interface implementation.
protected virtual bool IsExplicitMethod(MethodInfo method)

Parameters

method MethodInfo
The reflection information of the method to check.

Returns

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

Remarks

This method excludes compiler-generated bridge methods for implicit interface implementations with by-ref parameters.