Last active
March 3, 2020 12:40
-
-
Save MartinZikmund/1d1be8712b2aa0217d19b72555a9dd7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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