Skip to content

Instantly share code, notes, and snippets.

@controlflow
Created November 21, 2016 12:40
Show Gist options
  • Save controlflow/18d2cc1aed7a685b3181535d31f06a0d to your computer and use it in GitHub Desktop.
Save controlflow/18d2cc1aed7a685b3181535d31f06a0d to your computer and use it in GitHub Desktop.
ITreeNode holdingNode = holder is ICSharpFile ? (ITreeNode) holder : ((ICSharpNamespaceDeclaration) holder).Body;
ITreeNode holdingNode = holder is ICSharpFile file ? file : ((ICSharpNamespaceDeclaration) holder).Body;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment