CompositeTypeAdapter.IsCompilerGeneratedBridgeMethod Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether an explicit interface implementation is a compiler-generated bridge method.
protected virtual bool IsCompilerGeneratedBridgeMethod(MethodInfo method)Parameters
methodMethodInfo- The reflection information of the method to check.
Returns
Exceptions
- ArgumentNullException
- Thrown when
methodisnull.

This method checks for the presence of
inparameters and attempts to find a corresponding public method for the explicit interface implementation. If such a method exists, it indicates that the explicit interface method is a compiler-generated bridge method.