문제

I like Edit-and-Continue very much, so much that I want to find all kinds of things that prevent it from working and move them away into separate methods, change to regular methods or something.

Problem is I can't easily locate them in my code.

Is there some functionality in Visual Studio that allows to browse all those things, or should I just use search with wildcards, or something else completely?

도움이 되었습니까?

해결책

To lambdas, find (ctrl+f) all => in your code. To delegates, search for all delegate, Func, Action, Predicate.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top