Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesCollection Class / IndexOf Method / IndexOf(RulesEngineRule) Method

In This Topic
    IndexOf(RulesEngineRule) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal item As RulesEngineRule _
    ) As Integer
    public int IndexOf( 
       RulesEngineRule item
    )

    Parameters

    item
    See Also