Beispiel #1
0
        public static void TestStructWithStaticFieldRead()
        {
            //CGTD
            var test = new StructWithStaticField();

            test.CheckRead();
        }
Beispiel #2
0
        public static void TestStructWithStaticFieldWrite()
        {
            var test = new StructWithStaticField();

            test.CheckWrite();
        }