예제 #1
0
        public static int test_struct_empty(int x)
        {
            var emptyStruct = new EmptyStruct();
            var result      = emptyStruct.Increment(x);

            return(result);
        }