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

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

    Parameters

    startingIndex
    items
    See Also