Skip to content

Instantly share code, notes, and snippets.

@EIrwin
Created November 7, 2014 21:40
Show Gist options
  • Save EIrwin/fdbed554b106c2035ded to your computer and use it in GitHub Desktop.
Save EIrwin/fdbed554b106c2035ded to your computer and use it in GitHub Desktop.
SymbolKindsOfInterest Property
public ImmutableArray<SymbolKind> SymbolKindsOfInterest { get { return ImmutableArray.Create(SymbolKind.Method); } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment