GetInvokeMethod() 공개 메소드

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