-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Xml_XNodeExtensions_ElementValueOrDefault
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
![]() ![]() ![]() ![]() |
ElementValueOrDefault(XElement, XName, String) | Returns string value of optional element. |
![]() ![]() ![]() ![]() |
ElementValueOrDefault(T)(XElement, XName, Func(String, T), T) | Returns value of optional element. |
![]() ![]() ![]() ![]() |
ElementValueOrDefault(T)(XElement, XName, Func(XElement, T), T) | Returns value of optional element. |