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

methodInfo MethodInfo
The reflection method to create metadata for.

Returns

IMethodBase
The metadata representation of the specified method.

Exceptions

ArgumentNullException
Thrown when methodInfo is null.
ArgumentException
Thrown when the provided method does not belong to the assembly of this provider.