jimjim
jimjim

Reputation: 2503

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

In class explorer it is easy to see brief list of methods with their parameters, Is there somewhere to see list of methods with their returned types? Is there a way to do a search for methods/properties by a filter on their returned result type or type of their arguments? Either in VS or using Resharper or some other extensions?

Upvotes: 0

Views: 67

Answers (1)

citizenmatt
citizenmatt

Reputation: 18573

ReSharper's File Structure window includes return values, as does the drop down list shown when you invoke the Go to Member search.

Upvotes: 1

Related Questions