ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / RuleCollection Class / IndexOf Method / IndexOf(BaseRule,Int32) Method

In This Topic
    IndexOf(BaseRule,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal item As BaseRule, _
       ByVal index As System.Integer _
    ) As System.Integer
    public System.int IndexOf( 
       BaseRule item,
       System.int index
    )

    Parameters

    item
    index
    See Also