Show / Hide Table of Contents

Method GetMethodInfo

| Improve this Doc View Source

GetMethodInfo(Type[], Type)

Gets the method info.

Declaration
protected MethodInfo GetMethodInfo(Type[] paramTypes, Type returnType)
Parameters
Type Name Description
System.Type[] paramTypes

Type of parameters of the method.

System.Type returnType

Type of return type of the method.

Returns
Type Description
System.Reflection.MethodInfo

The method info.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest