If I go to visual studio and type MyEnumerable., I’ll see a list of all the methods that can executed from that object. This list shows extension methods as well, which is great, but is there a way (a keboard shortcut?) to narrow this list down to not include extension methods?
If I go to visual studio and type MyEnumerable. , I’ll see a list
Share
Other than removing
using System.Linqfrom the top of the file, no.However, you can look at the type in Object Browser, which will not show extension methods.