State() 공개 정적인 메소드

public static State ( int counter ) : State
counter int
리턴 State
예제 #1
0
 protected override State CreateValid(int i)
 {
     return(CreateValidEntities.State(i));
 }