728x90
private void test()
{
      int i = 1;
      i++;
      
      if(i > 5) return;
}

단순히 return; 만 사용 하면 된다.

 

출처: 424485.tistory.com/26

728x90

+ Recent posts