IMethod.IsExtensionMethodFor Method
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the method is an extension method for the given type.
bool IsExtensionMethodFor(IType type)This method has a default implementation in the interface.
Parameters
typeIType- The type to check against.
Returns
Exceptions
- ArgumentNullException
- Thrown when
typeisnull.
