MethodAdapter.HasMatchingSignature Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the given method can be considered a base declaration of this method.
protected virtual bool HasMatchingSignature(IMethod baseCandidate)Parameters
baseCandidateIMethod- The other method to compare against.
Returns
Remarks
This method compares only the signature of the methods. It assumes that the caller has already verified other necessary conditions, such as matching names and accessibility.
