Esempio n. 1
0
        static void Main()
        {
            Derived x = new Derived();

            x.AttemptToBreakDerivedInvariant();
        }
Esempio n. 2
0
 static void Main()
 {
     Derived x = new Derived();
     x.AttemptToBreakDerivedInvariant();
 }