Exemple #1
0
        public static void return_stringshare_from_virtual()
        {
            var obj = new StringshareReturner();

            // for (int i = 0; i < 1000000; i ++) // Uncomment this to check for memory leaks.
            Test.AssertEquals("inherited", obj.CallReturnStringshare());
        }