MethodAdapter Constructor
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Initializes a new instance of the MethodAdapter class.
public MethodAdapter(IType declaringType, MethodInfo method)Parameters
declaringTypeIType- The declaring type of the method.
methodMethodInfo- The method to wrap.
Exceptions
- ArgumentNullException
- Thrown when
methodisnull. - ArgumentException
- Thrown when
methodis not a method ofdeclaringType.
