C# Class UnityEngine.NUnit.Framework.Constraints.OrOperator

Operator that requires at least one of it's arguments to succeed
Inheritance: BinaryOperator
Afficher le fichier Open project: Unity-Technologies/nunitv2

Méthodes publiques

Méthode Description
ApplyOperator ( Constraint left, Constraint right ) : Constraint

Apply the operator to produce an OrConstraint

OrOperator ( )

Construct an OrOperator

Method Details

ApplyOperator() public méthode

Apply the operator to produce an OrConstraint
public ApplyOperator ( Constraint left, Constraint right ) : Constraint
left Constraint
right Constraint
Résultat Constraint

OrOperator() public méthode

Construct an OrOperator
public OrOperator ( )