예제 #1
0
 /// <summary>
 /// Checks if the multistring is empty.
 /// </summary>
 /// <returns>True if empty, false otherwise.</returns>
 public bool IsEmpty() => Content.All(piece => piece.IsEmpty());