Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active March 3, 2020 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/1d1be8712b2aa0217d19b72555a9dd7c to your computer and use it in GitHub Desktop.
Save MartinZikmund/1d1be8712b2aa0217d19b72555a9dd7c to your computer and use it in GitHub Desktop.
var modeMember = bindNode.Members
.FirstOrDefault(m => m.Member.Name == "Mode")?.Value?.ToString() ?? GetDefaultBindMode();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment