C# Class Automation.UI.Tree.Operators.OrOperator

Represents a binary operator that can join two conditions using a logical "or".
Inheritance: IBinaryOperator
Afficher le fichier Open project: vijayakumarsuraj/UIAutomation

Méthodes publiques

Méthode Description
Join ( Condition left, Condition right ) : Condition

Joins the two conditions using an OrCondition.

Method Details

Join() public méthode

Joins the two conditions using an OrCondition.
public Join ( Condition left, Condition right ) : Condition
left System.Windows.Automation.Condition The left hand condition.
right System.Windows.Automation.Condition The right hand condition.
Résultat System.Windows.Automation.Condition