IMemberAdapterRepository.GetParameterMetadata Method

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the parameter metadata for the specified parameter within the assembly.
IParameter GetParameterMetadata(ParameterInfo parameterInfo)

Parameters

parameterInfo ParameterInfo
The reflection parameter to get metadata for.

Returns

IParameter
A metadata representation of the specified parameter.