Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesCollection Class / ReplaceRange Method

In This Topic
    ReplaceRange Method (RulesCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ReplaceRange( _
       ByVal startingIndex As Integer, _
       ByVal items As IEnumerable(Of RulesEngineRule) _
    ) 
    public void ReplaceRange( 
       int startingIndex,
       IEnumerable<RulesEngineRule> items
    )

    Parameters

    startingIndex
    items
    See Also