Visual Studio/Resharper 如何查看 return 类型的方法摘要

Visual Studio/Resharper How to see summury of the methods with return types

在 class 资源管理器中很容易看到方法及其参数的简要列表, 有什么地方可以查看方法及其返回类型的列表吗? 有没有一种方法可以通过过滤器对返回的结果类型或参数类型进行搜索 methods/properties ?在 VS 中或使用 Resharper 或其他一些扩展?

ReSharper 的 File Structure window includes return values, as does the drop down list shown when you invoke the Go to Member 搜索。