Share via


ExportProvider.GetMethodWithArity(Type, String, Int32) Method

Definition

protected System.Reflection.MethodInfo GetMethodWithArity (Type declaringType, string methodName, int arity);
member this.GetMethodWithArity : Type * string * int -> System.Reflection.MethodInfo
Protected Function GetMethodWithArity (declaringType As Type, methodName As String, arity As Integer) As MethodInfo

Parameters

declaringType
Type
methodName
String
arity
Int32

Returns

Applies to