Пример #1
0
 public static string TextOf(this XContainer self, string elementName)
 {
     return(self.ElementOrThrow(elementName).Value);
 }