Monobjc.InheritanceTests.TestTowLevelsInheritance C# (CSharp) Method

TestTowLevelsInheritance() private method

private TestTowLevelsInheritance ( ) : void
return void
        public void TestTowLevelsInheritance()
        {
            InheritanceTest02 instance = new InheritanceTest02();
            Assert.IsTrue(instance.inCtor1);
            Assert.IsTrue(instance.inCtor2);
            instance.Release();
        }