ExtensionContainerInfo.GetExtensionMemberInfo Method
- Namespace
- Kampute.DocToolkit.Metadata.Reflection
- Assembly
- Kampute.DocToolkit.dll
Definition
Attempts to get extension member information for the specified method.
public MemberInfo GetExtensionMemberInfo(MethodInfo methodInfo)Parameters
methodInfoMethodInfo- The reflection information of the method to examine.
Returns
- MemberInfo
- The extension member information if found; otherwise,
null.
Exceptions
- ArgumentNullException
- Thrown if
methodInfoisnull. - ArgumentException
- Thrown if
methodInfodoes not belong to the container type.

methodInfo.null.