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

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

    Parameters

    item
    See Also