GetValue() public method

public GetValue ( ) : int
return int
コード例 #1
0
        public static int Test2()
        {
            ValueType vt = new ValueType(2);

            int i = vt.GetValue();

            return(i);
        }
コード例 #2
0
        public static int Test2()
        {
            ValueType vt = new ValueType(2);

            int i = vt.GetValue();

            return i;
        }