Today PolyType does not support methods with out parameters. We should change that so that signatures with out parameters are supported, however unlike other supported ref-like parameters (ref, in, ref readonly) care must be taken so that out parameters are not listed as one of the parameters of the wrapping method shape.
Today PolyType does not support methods with out parameters. We should change that so that signatures with out parameters are supported, however unlike other supported ref-like parameters (
ref,in,ref readonly) care must be taken so thatoutparameters are not listed as one of the parameters of the wrapping method shape.