GetInvokeMethod() public méthode

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