GeneratorDirection 列挙型

定義

項目の生成が行われる方向を指定します。 GeneratorDirectionStartAt によって使用されます。

public enum class GeneratorDirection
public enum GeneratorDirection
type GeneratorDirection = 
Public Enum GeneratorDirection
継承
GeneratorDirection

フィールド

Backward 1

逆方向に項目を生成するように指定します。

Forward 0

順方向に項目を生成するように指定します。

適用対象