GetValue() 공개 메소드

public GetValue ( ) : int
리턴 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;
        }