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