MemberAdapterRepository.CreateMethodMetadata Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Creates method metadata for the specified reflection method.
protected virtual IMethodBase CreateMethodMetadata(MethodInfo methodInfo)Parameters
methodInfoMethodInfo- The reflection method to create metadata for.
Returns
- IMethodBase
- The metadata representation of the specified method.
Exceptions
- ArgumentNullException
- Thrown when
methodInfoisnull. - ArgumentException
- Thrown when the provided method does not belong to the assembly of this provider.
