Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSegmentsCollection Class / Remove Method / Remove(RulesEngineSegment) Method

In This Topic
    Remove(RulesEngineSegment) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal item As RulesEngineSegment _
    ) As Boolean
    public bool Remove( 
       RulesEngineSegment item
    )

    Parameters

    item
    See Also