[Extension()] public static IEnumerable<IMethod> WithReturnTypeIn( IEnumerable<IMethod> methods, IEnumerable<IType> returnTypes )
Parameters
- methods
- This sequence of methods.
- returnTypes
- The sequence of return types of methods in the returned sequence.