Class MethodDelegationBinder.MethodInvoker.Virtual

    • Constructor Detail

      • Virtual

        public Virtual​(TypeDescription typeDescription)
        Creates an immutable method invoker that dispatches all methods on a given type.
        Parameters:
        typeDescription - The type on which the method is invoked by virtual invocation.