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