|
static string | AsStringList< T > (this IEnumerable< T > aList, Func< T, string > aConvert, string aSeparator) |
|
static string | AsStringList< T > (this IEnumerable< T > aList, string aSeparator) |
|
static string | MustEndWith (this string aText, char aChar) |
|
static XElement | GetFirst (this XElement aNode, string aName) |
|
static IEnumerable< XElement > | GetAll (this XElement aNode, string aName) |
|
static XAttribute | GetAttribute (this XElement aNode, string aName) |
|
static string | GetAttributeValue (this XElement aNode, string aName) |
|