예제 #1
0
 /// <summary>
 /// Gets the text value of the element.
 /// </summary>
 /// <returns> The value of the element. </returns>
 public string GetText()
 {
     return(ValuePattern.Create(this)?.Value ?? string.Empty);
 }