GetInvokeMethod() public method

public GetInvokeMethod ( ) : IMethod
return IMethod
 MethodInvocationExpression CreateInvokeInvocation(InternalCallableType type)
 {
     return CodeBuilder.CreateMethodInvocation(
                         CodeBuilder.CreateSelfReference(type),
                         type.GetInvokeMethod());
 }