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