static void AssertTree(UnsafeOrderedCollection *c, string expected) { NUnit.Framework.Assert.AreEqual(expected, UnsafeOrderedCollection.PrintTree <int>(c, Print)); }