Skip to content

Instantly share code, notes, and snippets.

@rarous
Created June 5, 2013 11:27
Show Gist options
  • Save rarous/5713221 to your computer and use it in GitHub Desktop.
Save rarous/5713221 to your computer and use it in GitHub Desktop.
var typText = response.Descendants("typText").FirstOrDefault() != null
? response.Descendant("typText").Value.ToMaybe()
: null;
var typText = response.MaybeDescendant("typText").GetValue();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment