Beispiel #1
0
 private static void ClearContainerContent(Fb2Container node)
 {
     node.ClearContent();
     node.Content.Should().BeEmpty();
 }