Example #1
0
        public static void __forwardref(ref __Invoke that)
        {
            that.state++;

            Console.WriteLine("exit __forwardref " + new { that.state });
        }
Example #2
0
        public static void __forwardref(ref __Invoke that)
        {
            that.state++;

            Console.WriteLine("exit __forwardref " + new { that.state });
        }