GeneratorDirection 열거형

정의

항목이 생성되는 방향을 지정합니다. GeneratorDirectionStartAt에 사용됩니다.

public enum class GeneratorDirection
public enum GeneratorDirection
type GeneratorDirection = 
Public Enum GeneratorDirection
상속
GeneratorDirection

필드

Backward 1

항목을 뒤쪽으로 생성하도록 지정합니다.

Forward 0

항목을 앞쪽으로 생성하도록 지정합니다.

적용 대상