GetValue() public method

public GetValue ( ) : int
return int
Esempio n. 1
0
        public static int Test2()
        {
            ValueType vt = new ValueType(2);

            int i = vt.GetValue();

            return(i);
        }
Esempio n. 2
0
        public static int Test2()
        {
            ValueType vt = new ValueType(2);

            int i = vt.GetValue();

            return i;
        }