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
methodMethodInfo- The reflection information of the method to check.
Returns
Remarks
This method excludes compiler-generated bridge methods for implicit interface implementations with by-ref parameters.
