Example #1
0
 private static void Main()
 {
     Bar(XmlWriter => XmlWriter.Flush());
     Bar(XmlReader => XmlReader.Flush());
 }