Skip to content

Instantly share code, notes, and snippets.

@smiler
Created September 27, 2011 08:37
Show Gist options
  • Select an option

  • Save smiler/1244617 to your computer and use it in GitHub Desktop.

Select an option

Save smiler/1244617 to your computer and use it in GitHub Desktop.
if (
ExportList
.
All
(treeViewItemViewModel
=>
treeViewItemViewModel
.
GetType
() ==
vm
.
GetType
()))
return
true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment