RulesEngineRange クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.String _
)
public RulesEngineRange(
System.int ,
System.int ,
System.string
)
パラメータ
- firstItem
- ルールが適用される最初の項目のインデックス。
- lastItem
- ルールが適用される最後の項目のインデックス。
- field
- ルールが適用される範囲を決定するフィールド。
参照