TypeParameterAdapter.Accepts Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether this type parameter accepts the specified type parameter as a valid substitution.
protected virtual bool Accepts(ITypeParameter source)Parameters
sourceITypeParameter- The type parameter to evaluate for substitution compatibility.

This method is used to match type parameters across method overrides, interface implementations, and nested type declarations accessing outer type parameters.